diff --git a/Cargo.toml b/Cargo.toml index ca007dd..f6f5bf1 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.12" secrecy = "0.8" serde = { version = "1.0", features = ["derive"] }