diff --git a/Cargo.lock b/Cargo.lock index 661f8a85..0d758af6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,9 +842,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.0" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5" +checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726" dependencies = [ "bytes", "fnv", @@ -857,7 +857,6 @@ dependencies = [ "tokio", "tokio-util", "tracing", - "tracing-futures", ] [[package]] @@ -961,9 +960,9 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "hyper" -version = "0.14.7" +version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54" +checksum = "d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34" dependencies = [ "bytes", "futures-channel", diff --git a/integration/gcpkms/Cargo.toml b/integration/gcpkms/Cargo.toml index 9266c767..350bd0f8 100644 --- a/integration/gcpkms/Cargo.toml +++ b/integration/gcpkms/Cargo.toml @@ -14,7 +14,7 @@ base64 = "^0.13" chrono = "^0.4" futures = "^0.3" http = "^0.2" -hyper = { version = "^0.14.7", features = ["client", "http1", "http2"] } +hyper = { version = "^0.14.8", features = ["client", "http1", "http2"] } hyper-rustls = "^0.22.1" lazy_static = "^1.4" percent-encoding = "^2.1"