From 46da7714bb96a6ea65cf0d38d76d88dfb84f9e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 09:57:04 -0600 Subject: [PATCH] chore: bump quinn-proto from 0.8.0 to 0.8.2 (#24609) * chore: bump quinn-proto from 0.8.0 to 0.8.2 Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.8.0 to 0.8.2. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/commits) --- updated-dependencies: - dependency-name: quinn-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dad2b960..5f1b1fb9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3242,9 +3242,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063dedf7983c8d57db474218f258daa85b627de6f2dbc458b690a93b1de790e8" +checksum = "359c5eb33845f3ee05c229e65f87cdbc503eea394964b8f1330833d460b4ff3e" dependencies = [ "bytes", "fxhash", diff --git a/client/Cargo.toml b/client/Cargo.toml index 82e4186b7..e137b9ab6 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.4.0" log = "0.4.14" lru = "0.7.5" quinn = "0.8.2" -quinn-proto = "0.8.0" +quinn-proto = "0.8.2" rand = "0.7.0" rand_chacha = "0.2.2" rayon = "1.5.2" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index f00b5f382..a2c39300b 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -2881,9 +2881,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b1562bf4998b0c6d1841a4742b7103bb82cdde61374833de826bab9e8ad498" +checksum = "359c5eb33845f3ee05c229e65f87cdbc503eea394964b8f1330833d460b4ff3e" dependencies = [ "bytes", "fxhash",