From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:04:48 +0000 (+0200) Subject: Bump h2 from 0.3.24 to 0.3.26 in /client (#1501) X-Git-Tag: v0.13.3~15 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/95f9e18de2228e8bececd7856e8cee836edaafcd Bump h2 from 0.3.24 to 0.3.26 in /client (#1501) Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26) --- 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/client/Cargo.lock b/client/Cargo.lock index 7b642387..11c9659c 100644 --- a/client/Cargo.lock +++ b/client/Cargo.lock @@ -370,9 +370,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "h2" -version = "0.3.24" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" +checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ "bytes", "fnv",