Skip to content

Commit e4bb3e6

Browse files
authored
upgrade h3-quinn (#2605)
1 parent 96a4fea commit e4bb3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ hickory-resolver = { version = "0.24", optional = true, features = ["tokio-runti
162162

163163
# HTTP/3 experimental support
164164
h3 = { version = "0.0.7", optional = true }
165-
h3-quinn = { version = "0.0.8", optional = true }
165+
h3-quinn = { version = "0.0.9", optional = true }
166166
quinn = { version = "0.11.1", default-features = false, features = ["rustls", "runtime-tokio"], optional = true }
167167
slab = { version = "0.4.9", optional = true } # just to get minimal versions working with quinn
168168
futures-channel = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)