Skip to content

Commit 2a837a3

Browse files
committed
Update tungstenite to get client read performance improvement
They did a small change around the way the handle the read buffer resize which bring a perf improvement for bigger messages and smaller ones.
1 parent ccc4d06 commit 2a837a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ tokio = { version = "1.37", features = ["full"] }
265265
tokio_metrics = { version = "0.4.0" }
266266
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }
267267
tokio-stream = "0.1.17"
268-
tokio-tungstenite = { version = "0.26.2", features = ["native-tls"] }
268+
tokio-tungstenite = { version = "0.27.0", features = ["native-tls"] }
269269
tokio-util = { version = "0.7.4", features = ["time"] }
270270
toml = "0.8"
271271
toml_edit = "0.22.22"

0 commit comments

Comments
 (0)