Skip to content

Commit 2c3f873

Browse files
authored
perf(http2): significantly improve http2 multi-core performance (#892)
1 parent a44a924 commit 2c3f873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tower = { version = "0.5.2", default-features = false, features = [
7878
] }
7979
bytes = "1.10.1"
8080
http = "1.3.1"
81-
http2 = { version = "0.5.6", features = ["unstable"] }
81+
http2 = { version = "0.5.7", features = ["unstable"] }
8282
httparse = "1.10.1"
8383
http-body = "1.0.1"
8484
http-body-util = "0.1.3"

0 commit comments

Comments
 (0)