diff --git a/Cargo.lock b/Cargo.lock index 92cac18ef357b..fe8129a6b405a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3618,9 +3618,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" +checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" dependencies = [ "bytes 1.4.0", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 6d7f7b357cf3f..d7952094ce30b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -254,7 +254,7 @@ futures-util = { version = "0.3.28", default-features = false } glob = { version = "0.3.1", default-features = false } governor = { version = "0.5.1", default-features = false, features = ["dashmap", "jitter", "std"], optional = true } grok = { version = "2.0.0", default-features = false, optional = true } -h2 = { version = "0.3.16", default-features = false, optional = true } +h2 = { version = "0.3.19", default-features = false, optional = true } hash_hasher = { version = "2.0.0", default-features = false } hashbrown = { version = "0.13.2", default-features = false, optional = true, features = ["ahash"] } headers = { version = "0.3.8", default-features = false }