diff options
author | Luca Casonato <hello@lcas.dev> | 2021-07-09 17:15:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 17:15:50 +0200 |
commit | ab079a8d63e9a32d2ddae1071797f57823357967 (patch) | |
tree | f00ef2694ddcf8fd31f32848102035758f4eb6a4 /extensions/websocket | |
parent | 391bf17479dbc087e0e7dde65f8b353f5089486c (diff) |
chore: update crates (#11332)
Diffstat (limited to 'extensions/websocket')
-rw-r--r-- | extensions/websocket/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/websocket/Cargo.toml b/extensions/websocket/Cargo.toml index 0ca38e773..ddf951476 100644 --- a/extensions/websocket/Cargo.toml +++ b/extensions/websocket/Cargo.toml @@ -15,9 +15,9 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.92.0", path = "../../core" } -http = "0.2.3" -serde = { version = "1.0.125", features = ["derive"] } -tokio = { version = "1.8.0", features = ["full"] } +http = "0.2.4" +serde = { version = "1.0.126", features = ["derive"] } +tokio = { version = "1.8.1", features = ["full"] } tokio-rustls = "0.22.0" tokio-tungstenite = { version = "0.14.0", features = ["rustls-tls"] } hyper = { version = "0.14.9" } |