From d9e3102155be003d4506422156945a8b93be593b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 22:36:20 +0000 Subject: [PATCH] build(deps): update h3 requirement from 0.0.7 to 0.0.8 --- updated-dependencies: - dependency-name: h3 dependency-version: 0.0.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compio-quic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compio-quic/Cargo.toml b/compio-quic/Cargo.toml index 5f484736..0292e176 100644 --- a/compio-quic/Cargo.toml +++ b/compio-quic/Cargo.toml @@ -27,7 +27,7 @@ rustls = { workspace = true } rustls-platform-verifier = { version = "0.5.0", optional = true } rustls-native-certs = { workspace = true, optional = true } webpki-roots = { version = "0.26.3", optional = true } -h3 = { version = "0.0.7", optional = true } +h3 = { version = "0.0.8", optional = true } h3-datagram = { version = "0.0.1", optional = true } # Utils