From 1f9247b969fc388551a22fcc5360a57ca4d89c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:21:16 +0000 Subject: [PATCH 1/2] Bump quinn-proto from 0.11.14 to 0.11.16 Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.14 to 0.11.16. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.14...quinn-proto-0.11.16) --- updated-dependencies: - dependency-name: quinn-proto dependency-version: 0.11.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fd3e665d3..d005bf7647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2119,11 +2119,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if 1.0.0", - "js-sys", "libc", "r-efi 5.3.0", "wasip2", - "wasm-bindgen", ] [[package]] @@ -3732,15 +3730,16 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.14" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" +checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" dependencies = [ "aws-lc-rs", "bytes", - "getrandom 0.3.4", + "getrandom 0.4.2", "lru-slab", - "rand 0.9.4", + "rand 0.10.1", + "rand_pcg", "ring", "rustc-hash", "rustls", From 1caa02e697cf2883a41ea1dd64a9ed895b50f9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:21:40 +0000 Subject: [PATCH 2/2] Add a changelog entry for dependabot update --- changelog/dependabot-4715.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/dependabot-4715.md diff --git a/changelog/dependabot-4715.md b/changelog/dependabot-4715.md new file mode 100644 index 0000000000..345436e8c5 --- /dev/null +++ b/changelog/dependabot-4715.md @@ -0,0 +1,2 @@ +### Ignored +- Bump quinn-proto from 0.11.14 to 0.11.16