summaryrefslogtreecommitdiff
path: root/extensions/websocket
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-15 22:13:10 +0900
committerGitHub <noreply@github.com>2021-05-15 15:13:10 +0200
commitbe2347ddc2b83e46e503a81f6aa32d5be631d361 (patch)
treeebe953dfc8e5ec76d84fbab70f1b664f1392cbf7 /extensions/websocket
parentbd842c0e28f6f661b5dee394f41434ce8984046c (diff)
chore: upgrade Tokio to 1.6.0 (#10637)
Diffstat (limited to 'extensions/websocket')
-rw-r--r--extensions/websocket/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/websocket/Cargo.toml b/extensions/websocket/Cargo.toml
index 818271a74..566253f5e 100644
--- a/extensions/websocket/Cargo.toml
+++ b/extensions/websocket/Cargo.toml
@@ -17,7 +17,7 @@ path = "lib.rs"
deno_core = { version = "0.87.0", path = "../../core" }
http = "0.2.3"
serde = { version = "1.0.125", features = ["derive"] }
-tokio = { version = "1.4.0", features = ["full"] }
+tokio = { version = "1.6.0", features = ["full"] }
tokio-rustls = "0.22.0"
tokio-tungstenite = { version = "0.14.0", features = ["rustls-tls"] }
webpki = "0.21.4"