summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-04-14 09:31:29 -0400
committerGitHub <noreply@github.com>2020-04-14 09:31:29 -0400
commitcb5dd69dda4872533b05a4e9184f7e35f21c2010 (patch)
tree51667d96ec75f14b95056ca042325236d81f4a61 /core
parentff60b311299e11d1cf761b29e38ea54ad1744bff (diff)
upgrade: rust crates (#4742)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 9edb80a25..d1c0d8ac9 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -20,7 +20,7 @@ lazy_static = "1.4.0"
libc = "0.2.68"
log = "0.4.8"
rusty_v8 = "0.3.10"
-serde_json = "1.0.50"
+serde_json = "1.0.51"
url = "2.1.1"
[[example]]
@@ -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.16", features = ["rt-core", "tcp"] }
+tokio = { version = "0.2.18", features = ["rt-core", "tcp"] }