bumped irc-proto dependency to 0.15.0

This commit is contained in:
Aaron Weiss 2021-01-24 14:21:08 -05:00
parent 02a113cca9
commit ceb2ea27d1
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -44,7 +44,7 @@ tls-rust = ["tokio-rustls", "webpki-roots"]
chrono = "0.4.0"
encoding = "0.2.0"
futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] }
irc-proto = { version = "0.14.0", path = "irc-proto" }
irc-proto = { version = "0.15.0", path = "irc-proto" }
log = "0.4.0"
parking_lot = "0.11.0"
thiserror = "1.0.0"