From 0f17963d8e6fbf7f6a5ab76f0ceefc1061cfa1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:22:13 -0600 Subject: [PATCH] --- (#2216) updated-dependencies: - dependency-name: h3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- quic/s2n-quic-h3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quic/s2n-quic-h3/Cargo.toml b/quic/s2n-quic-h3/Cargo.toml index 83188c230c..8339106011 100644 --- a/quic/s2n-quic-h3/Cargo.toml +++ b/quic/s2n-quic-h3/Cargo.toml @@ -12,6 +12,6 @@ publish = false [dependencies] bytes = { version = "1", default-features = false } futures = { version = "0.3", default-features = false } -h3 = "0.0.4" +h3 = "0.0.5" s2n-quic = { path = "../s2n-quic" } s2n-quic-core = { path = "../s2n-quic-core" }