From 123d4939f9c3fd405debea7bf50d041d18c247ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:01:16 +0000 Subject: [PATCH] Bump quinn-proto from 0.11.6 to 0.11.8 in /rustbook-en/packages/trpl Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.6 to 0.11.8. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.6...quinn-proto-0.11.8) --- updated-dependencies: - dependency-name: quinn-proto dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rustbook-en/packages/trpl/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rustbook-en/packages/trpl/Cargo.lock b/rustbook-en/packages/trpl/Cargo.lock index 51f103212..64b6198c2 100644 --- a/rustbook-en/packages/trpl/Cargo.lock +++ b/rustbook-en/packages/trpl/Cargo.lock @@ -745,9 +745,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.6" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd" +checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" dependencies = [ "bytes", "rand",