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