From cb5dd69dda4872533b05a4e9184f7e35f21c2010 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 14 Apr 2020 09:31:29 -0400 Subject: upgrade: rust crates (#4742) --- core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') 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"] } -- cgit v1.2.3