From f238da27370233595227b77a65ed35807a1221f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:27:12 +0000 Subject: [PATCH] build(deps): update h3 requirement from 0.0.3 to 0.0.4 Updates the requirements on [h3](https://github.com/hyperium/h3) to permit the latest version. - [Release notes](https://github.com/hyperium/h3/releases) - [Changelog](https://github.com/hyperium/h3/blob/master/changelog-h3-quinn.md) - [Commits](https://github.com/hyperium/h3/commits/h3-v0.0.4) --- updated-dependencies: - dependency-name: h3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 65da779aca..ac0aa5342b 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.3" +h3 = "0.0.4" s2n-quic = { path = "../s2n-quic" } s2n-quic-core = { path = "../s2n-quic-core" }