From 6dfd1b9883a15b8a690c5837ec10fb21896ad8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 15:50:58 -0700 Subject: [PATCH] chore: bump quinn from 0.8.0 to 0.8.1 (#23380) Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: quinn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- streamer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62ab6cf5de..b64166439a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3399,9 +3399,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quinn" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61a84d97630b137463c8e6802adc1dfe9de81457b41bb1ac59189e6761ab9255" +checksum = "584865613896a1f644d757e52c45c573441c8b04cac38ac13990b0235203db66" dependencies = [ "bytes 1.1.0", "futures-channel", diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index 9d917479c5..ebe238f1a3 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -17,7 +17,7 @@ itertools = "0.10.3" libc = "0.2.117" log = "0.4.14" nix = "0.23.1" -quinn = "0.8.0" +quinn = "0.8.1" rand = "0.7.0" rcgen = "0.9.1" rustls = { version = "0.20.4", features = ["dangerous_configuration"] }