From 1fda5110af688aa1b61989a6d302983cad893971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 20:55:38 -0600 Subject: [PATCH] chore: bump quinn-proto from 0.8.2 to 0.8.3 (#25543) Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: quinn-proto 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> --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 7abf33e70..189d1d790 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -28,7 +28,7 @@ lazy_static = "1.4.0" log = "0.4.17" lru = "0.7.5" quinn = "0.8.3" -quinn-proto = "0.8.2" +quinn-proto = "0.8.3" rand = "0.7.0" rand_chacha = "0.2.2" rayon = "1.5.3"