diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-05 15:08:55 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-04-09 03:15:35 +0100 |
commit | d494d2ebb71ab45781ec7c8cf8b80e6892ce65a8 (patch) | |
tree | df26c47d1227d469f6c802bcf11a4c8b44266783 | |
parent | e75f8d5db200c77707478b558c3ce5e1586ab3e1 (diff) | |
download | unit-d494d2ebb71ab45781ec7c8cf8b80e6892ce65a8.tar.gz unit-d494d2ebb71ab45781ec7c8cf8b80e6892ce65a8.tar.bz2 |
Wasm-wc: Bump the h2 crate from 0.4.2 to 0.4.4
Bumps h2 <https://github.com/hyperium/h2> from 0.4.2 to 0.4.4.
Limit number of CONTINUATION frames for misbehaving connections.
Link: Changelog <https://github.com/hyperium/h2/blob/master/CHANGELOG.md>
Link: Commits <https://github.com/hyperium/h2/compare/v0.4.2...v0.4.4>
Signed-off-by: dependabot[bot] <support@github.com>
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
[ Tweaked commit message/subject - Andrew ]
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | src/wasm-wasi-component/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-wasi-component/Cargo.lock b/src/wasm-wasi-component/Cargo.lock index f785210e..7631b716 100644 --- a/src/wasm-wasi-component/Cargo.lock +++ b/src/wasm-wasi-component/Cargo.lock @@ -574,9 +574,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "h2" -version = "0.4.2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31d030e59af851932b72ceebadf4a2b5986dba4c3b99dd2493f8273a0f151943" +checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" dependencies = [ "bytes", "fnv", |