diff options
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"] } |