diff options
Diffstat (limited to 'extensions/websocket/Cargo.toml')
| -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" } |
