summaryrefslogtreecommitdiff
path: root/ext/websocket/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/websocket/Cargo.toml')
-rw-r--r--ext/websocket/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 0dc2f2378..b7426c792 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -20,5 +20,5 @@ http = "0.2.4"
hyper = { version = "0.14.12" }
serde = { version = "1.0.129", features = ["derive"] }
tokio = { version = "1.10.1", features = ["full"] }
-tokio-rustls = "0.22.0"
-tokio-tungstenite = { version = "0.14.0", features = ["rustls-tls"] }
+tokio-rustls = "0.23.0"
+tokio-tungstenite = { version = "0.16.0", features = ["rustls-tls-webpki-roots"] }