diff --git a/Cargo.toml b/Cargo.toml index 916e29d..40bf082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ yaml = ["serde_yaml"] [dependencies] thiserror = "1.0.2" bufstream = "0.1" -bytes = "0.4" +bytes = "0.5" chrono = "0.4" encoding = "0.2" irc-proto = { version = "*", path = "irc-proto" } @@ -53,4 +53,4 @@ futures = "0.3.1" anyhow = "1.0.13" args = "2.0" getopts = "0.2" -env_logger = "0.6.2" \ No newline at end of file +env_logger = "0.6.2"