diff --git a/Cargo.toml b/Cargo.toml index b6b402ac..935c4ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures-core = { version = "0.3.15", optional = true } futures-util = { version = "0.3.15", optional = true } jsonwebtoken = "9" http = "0.2.5" -http-body = "0.4.5" +http-body = "1.0.0" hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] } hyper-rustls = { version = "0.24.0", optional = true } hyper-timeout = { version = "0.4.1", optional = true }