diff --git a/Cargo.lock b/Cargo.lock index 7c11c21..cd5a278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,9 +581,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index fc50a2b..f0c4509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ sha2 = "0.10.8" base16ct = { version = "0.2.0", features = ["alloc"] } urlencoding = "2.1.3" anyhow = "1.0.95" -http = "1.1.0" +http = "1.2.0" tower = { version = "0.5.1", features = ["util"] } async-trait = "0.1.83" pin-project = "1.1.7"