From 6ff7de7cab19e7d8bb86557811ba896975fd2b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:10:47 -0400 Subject: [PATCH] chore: bump quinn from 0.8.1 to 0.8.2 (#24408) * chore: bump quinn from 0.8.1 to 0.8.2 Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.8.1 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 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 ++-- streamer/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5223c4aa67..ce5b037997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3315,9 +3315,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quinn" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584865613896a1f644d757e52c45c573441c8b04cac38ac13990b0235203db66" +checksum = "d147472bc9a09f13b06c044787b6683cdffa02e2865b7f0fb53d67c49ed2988e" dependencies = [ "bytes", "futures-channel", diff --git a/client/Cargo.toml b/client/Cargo.toml index 16705f1a29..aff2952707 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -26,7 +26,7 @@ jsonrpc-core = "18.0.0" lazy_static = "1.4.0" log = "0.4.14" lru = "0.7.5" -quinn = "0.8.0" +quinn = "0.8.2" quinn-proto = "0.8.0" rand = "0.7.0" rand_chacha = "0.2.2" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 1d609522c2..5703d4a496 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -2154,9 +2154,9 @@ dependencies = [ [[package]] name = "quinn" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584865613896a1f644d757e52c45c573441c8b04cac38ac13990b0235203db66" +checksum = "d147472bc9a09f13b06c044787b6683cdffa02e2865b7f0fb53d67c49ed2988e" dependencies = [ "bytes 1.1.0", "futures-channel", diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index 42a9ba4422..0457e06c3b 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4.14" nix = "0.23.1" pem = "1.0.2" pkcs8 = { version = "0.8.0", features = ["alloc"] } -quinn = "0.8.1" +quinn = "0.8.2" rand = "0.7.0" rcgen = "0.9.2" rustls = { version = "0.20.4", features = ["dangerous_configuration"] }