summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 97b9c6455..57da2a536 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -15,13 +15,13 @@ path = "lib.rs"
[dependencies]
downcast-rs = "1.1.1"
-futures = { version = "0.3.1", features = [ "thread-pool", "compat" ] }
+futures = { version = "0.3.4", features = [ "thread-pool", "compat" ] }
lazy_static = "1.4.0"
-libc = "0.2.66"
+libc = "0.2.67"
log = "0.4.8"
-serde_json = "1.0.44"
-url = "2.1.0"
-rusty_v8 = "=0.3.4"
+serde_json = "1.0.48"
+url = "2.1.1"
+rusty_v8 = "0.3.4"
[[example]]
name = "deno_core_http_bench"
@@ -30,4 +30,4 @@ path = "examples/http_bench.rs"
# These dependendencies are only used for deno_core_http_bench.
[dev-dependencies]
derive_deref = "1.1.0"
-tokio = { version = "0.2", features = ["rt-core", "tcp"] }
+tokio = { version = "0.2.13", features = ["rt-core", "tcp"] }