diff --git a/Cargo.lock b/Cargo.lock index 7a6108b2e7..4d8a602c6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,6 +341,12 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + [[package]] name = "auto_impl" version = "1.2.0" @@ -1698,7 +1704,7 @@ dependencies = [ "dyn-clone", "error_reporter", "fast-socks5", - "h2 0.4.4", + "h2 0.4.7", "hickory-resolver", "http 1.1.0", "http-body-util", @@ -2053,7 +2059,7 @@ dependencies = [ "elliptic-curve", "errno", "faster-hex", - "h2 0.4.4", + "h2 0.4.7", "hkdf", "http 1.1.0", "http-body-util", @@ -2577,7 +2583,7 @@ dependencies = [ "deno_permissions", "deno_tls", "fastwebsockets", - "h2 0.4.4", + "h2 0.4.7", "http 1.1.0", "http-body-util", "hyper 1.4.1", @@ -3837,15 +3843,15 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" +checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" dependencies = [ + "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "futures-util", "http 1.1.0", "indexmap 2.3.0", "slab", @@ -4217,7 +4223,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.4", + "h2 0.4.7", "http 1.1.0", "http-body 1.0.0", "httparse", @@ -6429,7 +6435,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "h2 0.4.4", + "h2 0.4.7", "http 1.1.0", "http-body 1.0.0", "http-body-util", @@ -7970,7 +7976,7 @@ dependencies = [ "flate2", "futures", "glob", - "h2 0.4.4", + "h2 0.4.7", "http 1.1.0", "http-body-util", "hyper 1.4.1", @@ -8264,7 +8270,7 @@ dependencies = [ "axum", "base64 0.22.1", "bytes", - "h2 0.4.4", + "h2 0.4.7", "http 1.1.0", "http-body 1.0.0", "http-body-util", diff --git a/Cargo.toml b/Cargo.toml index 4ee2abe993..6efb3838e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ flate2 = { version = "1.0.30", default-features = false } fs3 = "0.5.0" futures = "0.3.21" glob = "0.3.1" -h2 = "0.4.4" +h2 = "0.4.6" hickory-resolver = { version = "0.25.0-alpha.4", features = ["tokio-runtime", "serde"] } http = "1.0" http-body = "1.0"