diff --git a/cyper/Cargo.toml b/cyper/Cargo.toml index 92cc5c2..9ad1a14 100644 --- a/cyper/Cargo.toml +++ b/cyper/Cargo.toml @@ -24,7 +24,7 @@ cyper-core = { workspace = true, features = ["client"] } http = "1.0.0" hyper = { workspace = true, features = ["client", "http1"] } hyper-util = { workspace = true } -h3 = { version = "0.0.6", optional = true } +h3 = { version = "0.0.7", optional = true } async-stream = "0.3" base64 = "0.22"