diff --git a/Cargo.lock b/Cargo.lock index 4ddb9d1b..2b8af293 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1047,7 +1047,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.11", + "http 0.2.12", "indexmap 2.1.0", "slab", "tokio", @@ -1152,9 +1152,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", @@ -1179,7 +1179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http 0.2.11", + "http 0.2.12", "pin-project-lite", ] @@ -1235,7 +1235,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.3.26", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "httparse", "httpdate", @@ -2016,7 +2016,7 @@ dependencies = [ "bytes", "crc32fast", "futures", - "http 0.2.11", + "http 0.2.12", "hyper 0.14.24", "hyper-tls", "lazy_static", @@ -2075,7 +2075,7 @@ dependencies = [ "futures", "hex", "hmac 0.11.0", - "http 0.2.11", + "http 0.2.12", "hyper 0.14.24", "log", "md-5", @@ -2559,7 +2559,7 @@ dependencies = [ "base64 0.22.1", "chrono", "futures", - "http 0.2.11", + "http 1.1.0", "hyper 0.14.24", "hyper-rustls", "lazy_static", @@ -3272,7 +3272,7 @@ dependencies = [ "base64 0.13.1", "chrono", "futures", - "http 0.2.11", + "http 0.2.12", "hyper 0.14.24", "hyper-rustls", "log", diff --git a/integration/gcpkms/Cargo.toml b/integration/gcpkms/Cargo.toml index 36833a0c..3563f753 100644 --- a/integration/gcpkms/Cargo.toml +++ b/integration/gcpkms/Cargo.toml @@ -15,7 +15,7 @@ categories = ["cryptography"] base64 = "^0.22" chrono = "^0.4" futures = "^0.3" -http = "^0.2" +http = "^1.1" hyper = { version = "^0.14.20", features = ["client", "http1", "http2"] } hyper-rustls = "^0.22.1" lazy_static = "^1.5"