diff --git a/Cargo.lock b/Cargo.lock index 1bd5064d6594a8..454c630eedd9b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9801,7 +9801,7 @@ dependencies = [ "flate2", "futures 0.3.31", "goauth", - "http 0.2.12", + "http 1.1.0", "hyper 0.14.32", "hyper-proxy", "log", diff --git a/Cargo.toml b/Cargo.toml index c13f88b5a6dca2..0161a25ce04799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -257,7 +257,7 @@ hex = "0.4.3" hidapi = { version = "2.6.3", default-features = false } histogram = "0.6.9" hmac = "0.12.1" -http = "0.2.12" +http = "1.1.0" humantime = "2.0.1" hyper = "0.14.32" hyper-proxy = "0.9.1"