diff --git a/Cargo.toml b/Cargo.toml index 5d49b13..92343c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ __rustls-tls = ["rustls"] data-encoding = { version = "2", optional = true } byteorder = "1.3.2" bytes = "1.0" -http = { version = "0.2", optional = true } +http = { version = "1.0", optional = true } httparse = { version = "1.3.4", optional = true } log = "0.4.8" rand = "0.8.0"