diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-06 10:10:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 10:10:51 -0400 |
commit | 2b15e53d5a5e54d40692cf7b1deadf9c4178ca74 (patch) | |
tree | 563cf8383872cc040427349a668152fe7c62eec5 /core | |
parent | e18aaf49cfc1dfa8aaa361e343556d1d9eb7251a (diff) |
Upgrade crates (#5104)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 82d423467..c8c19516a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -17,10 +17,10 @@ path = "lib.rs" downcast-rs = "1.1.1" futures = { version = "0.3.4", features = ["thread-pool", "compat"] } lazy_static = "1.4.0" -libc = "0.2.68" +libc = "0.2.69" log = "0.4.8" rusty_v8 = "0.4.0" -serde_json = "1.0.51" +serde_json = "1.0.52" 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.18", features = ["rt-core", "tcp"] } +tokio = { version = "0.2.20", features = ["rt-core", "tcp"] } |