diff options
Diffstat (limited to 'ext/http')
-rw-r--r-- | ext/http/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 3940d8968..4c62085b1 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -20,6 +20,6 @@ deno_core = { version = "0.98.0", path = "../../core" } deno_websocket = { version = "0.21.0", path = "../websocket" } hyper = { version = "0.14.9", features = ["server", "stream", "http1", "http2", "runtime"] } ring = "0.16.20" -serde = { version = "1.0.125", features = ["derive"] } -tokio = { version = "1.8.0", features = ["full"] } +serde = { version = "1.0.129", features = ["derive"] } +tokio = { version = "1.10.1", features = ["full"] } tokio-util = { version = "0.6.7", features = ["io"] } |