diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-08 14:29:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 14:29:42 -0400 |
commit | b7e673ba9357495820b07fcdba1dffef92d24ea3 (patch) | |
tree | 10fb3ba9cd27bb518d64a7abf531da7a20baf10b /core | |
parent | dd2d19b22d607ef61bc4752d932856bbf5304975 (diff) |
upgrade: rust crates (#4679)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 4b37cda1b..56f21e615 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.48" +serde_json = "1.0.50" 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.13", features = ["rt-core", "tcp"] } +tokio = { version = "0.2.16", features = ["rt-core", "tcp"] } |