From 99b482a9943fefccdf25ad11e3b9632962265f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:18:47 +0000 Subject: [PATCH] Bump quinn-proto from 0.11.13 to 0.11.14 in /fuzz Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.13 to 0.11.14. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.13...quinn-proto-0.11.14) --- updated-dependencies: - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 90d934f..b209f0d 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -2563,9 +2563,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" dependencies = [ "bytes", "getrandom 0.3.4", @@ -2976,18 +2976,22 @@ dependencies = [ [[package]] name = "rustguac" -version = "0.5.1" +version = "0.6.2" dependencies = [ + "aes", "axum", "axum-server", "base64 0.22.1", + "cbc", "chrono", "clap", "futures-util", "hex", + "hmac", "ipnetwork", "libc", "openidconnect", + "pbkdf2", "pulldown-cmark", "rand 0.9.2", "rcgen", @@ -2999,6 +3003,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "sha1 0.10.6", "sha2 0.10.9", "ssh-key", "subtle", @@ -3015,6 +3020,7 @@ dependencies = [ "url", "urlencoding", "uuid", + "webpki-roots", ] [[package]]