From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:49:29 +0000 (+0400) Subject: Bump h2 from 0.3.15 to 0.3.17 (#41) X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e79034a44d6a747cac94e1d425bc200341e40f98;p=matthieu%2Fnova.git Bump h2 from 0.3.15 to 0.3.17 (#41) Bumps [h2](https://github.com/hyperium/h2) from 0.3.15 to 0.3.17. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.15...v0.3.17) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/Cargo.lock b/Cargo.lock index 4937f1b..5dee7f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,9 +915,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "h2" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" +checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" dependencies = [ "bytes", "fnv",