Upgrade bytes to match irc-proto
This commit is contained in:
parent
a086e0913c
commit
9b80f298b6
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ yaml = ["serde_yaml"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.2"
|
thiserror = "1.0.2"
|
||||||
bufstream = "0.1"
|
bufstream = "0.1"
|
||||||
bytes = "0.4"
|
bytes = "0.5"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
encoding = "0.2"
|
encoding = "0.2"
|
||||||
irc-proto = { version = "*", path = "irc-proto" }
|
irc-proto = { version = "*", path = "irc-proto" }
|
||||||
|
@ -53,4 +53,4 @@ futures = "0.3.1"
|
||||||
anyhow = "1.0.13"
|
anyhow = "1.0.13"
|
||||||
args = "2.0"
|
args = "2.0"
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
env_logger = "0.6.2"
|
env_logger = "0.6.2"
|
||||||
|
|
Loading…
Reference in a new issue