Skip to content

Commit

Permalink
chore: bump rustls-tokio-stream to 0.2.6 (denoland#21030)
Browse files Browse the repository at this point in the history
Small perf bump for WSS websockets due to a log message that was
accidentally left in.
  • Loading branch information
mmastrac committed Oct 31, 2023
1 parent 3971618 commit 3f8605c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ring = "^0.17.0"
rusqlite = { version = "=0.29.0", features = ["unlock_notify", "bundled"] }
rustls = "0.21.8"
rustls-pemfile = "1.0.0"
rustls-tokio-stream = "0.2.4"
rustls-tokio-stream = "=0.2.6"
rustls-webpki = "0.101.4"
rustls-native-certs = "0.6.2"
webpki-roots = "0.25.2"
Expand Down

0 comments on commit 3f8605c

Please sign in to comment.