diff --git a/Cargo.toml b/Cargo.toml index c7c9f17..d982de9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] async-stream = { version = "0.2.1", optional = true } byteorder = "1.3" -bytes = "0.5" +bytes = "1.0" futures = { version = "0.3", optional = true } lazy_static = "1.0" pem = "0.8"