From 206dc3cbe037d055f205199cf55e3f23591783c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:55:47 +0000 Subject: [PATCH] Bump quiche from 0.20.0 to 0.20.1 (#4662) Bumps [quiche](https://github.com/cloudflare/quiche) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/cloudflare/quiche/releases) - [Commits](https://github.com/cloudflare/quiche/compare/0.20.0...0.20.1) --- updated-dependencies: - dependency-name: quiche dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AurelienFT <32803821+AurelienFT@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1182d687edd..3049526b5ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4311,9 +4311,9 @@ dependencies = [ [[package]] name = "quiche" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cefb16e101e73e6e4982e78746a21745b73a41168b6272b30e861ba2ed3df79f" +checksum = "d1b69085a73291eadf1869d76fb902bd46b83c6efa3833ba017231224afd0da0" dependencies = [ "cmake", "either",