diff --git a/Cargo.toml b/Cargo.toml index 00a6b0d..2fc0a10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tracing-opentelemetry = {version = ">=0.17, <=0.21", optional = true} uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]} reqwest-middleware = "0.2.3" -http = "0.2.9" +http = "1.1.0" [dev-dependencies] flate2 = "1.0"