summaryrefslogtreecommitdiff
path: root/ext/websocket
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-09-02 23:38:44 +0200
committerGitHub <noreply@github.com>2021-09-02 23:38:44 +0200
commit1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (patch)
treee92ed4d8cce51a38d8e728e5d4108edca018231d /ext/websocket
parentc84532b6d5a424694c519260f0cf407b1d8ba604 (diff)
chore: update dependencies (#11856)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/websocket')
-rw-r--r--ext/websocket/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 0094d78cc..e2adf1420 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -17,8 +17,8 @@ path = "lib.rs"
deno_core = { version = "0.98.0", path = "../../core" }
deno_tls = { version = "0.3.0", path = "../tls" }
http = "0.2.4"
-hyper = { version = "0.14.9" }
-serde = { version = "1.0.126", features = ["derive"] }
-tokio = { version = "1.8.1", features = ["full"] }
+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"] }