Bump h2 version

https://github.com/hyperium/h2/issues/674
This commit is contained in:
Damien Elmes 2023-04-19 15:31:00 +10:00
parent f6486da233
commit 1ff27b4ab7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1522,9 +1522,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.17"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
dependencies = [
"bytes",
"fnv",

View file

@ -928,7 +928,7 @@
},
{
"name": "h2",
"version": "0.3.16",
"version": "0.3.18",
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/h2",
"license": "MIT",