Bump h2 to v0.3.17 (#31187)

h2 below v0.3.17 has a denial of service alert: https://github.com/solana-labs/solana/security/dependabot/349
This commit is contained in:
Tyera 2023-04-13 15:56:59 -06:00 committed by GitHub
parent 9f53c42339
commit 875df9600d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -2116,9 +2116,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.11"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
dependencies = [
"bytes",
"fnv",
@ -2129,7 +2129,7 @@ dependencies = [
"indexmap",
"slab",
"tokio",
"tokio-util 0.6.9",
"tokio-util 0.7.1",
"tracing",
]

View File

@ -1871,9 +1871,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.11"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
dependencies = [
"bytes",
"fnv",
@ -1884,7 +1884,7 @@ dependencies = [
"indexmap",
"slab",
"tokio",
"tokio-util 0.6.9",
"tokio-util 0.7.1",
"tracing",
]