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" }