diff --git a/Cargo.toml b/Cargo.toml index 373498f..dcb71e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ tracing = "0.1" # network async-trait = "0.1" -http = "0.2" +http = "1.1" reqwest = "0.11" secrecy = "0.8" serde = { version = "1.0", features = ["derive"] }