diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-10-31 11:33:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 11:33:51 -0600 |
| commit | 3f8605c1816180cc617bd57e8baddc1d7ac8994d (patch) | |
| tree | ad205966e97a2a397bfb38c5407a7e96deaafe07 /Cargo.toml | |
| parent | 39716183ac557610bf1e8c48b0663b2da1f570e7 (diff) | |
chore: bump rustls-tokio-stream to 0.2.6 (#21030)
Small perf bump for WSS websockets due to a log message that was
accidentally left in.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index a6cb60c8c..8d81295c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" |
