From 3d70a2b94eac4d4032b8b11039efe6d070fa114f Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 12 Aug 2020 17:09:48 +0200 Subject: upgrade: Rust crates The following crates were _not_ upgraded to avoid having multiple versions of the same crate in the dependency tree: * tokio-tungstenite v0.10.1 -> v0.11.0 * swc_common v0. 8.0 -> v0. 9.1 * swc_ecmascript v0. 1.0 -> v0. 3.0 * webpki-roots v0.19.0 -> v0.20.0 * nix v0.17.0 -> v0.18.0 --- core/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index 64fd6288b..0550c4539 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,14 +14,14 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -downcast-rs = "1.1.1" +downcast-rs = "1.2.0" futures = "0.3.5" lazy_static = "1.4.0" -libc = "0.2.71" -log = "0.4.8" +libc = "0.2.74" +log = "0.4.11" rusty_v8 = "0.8.1" -serde_json = { version = "1.0.55", features = [ "preserve_order" ] } -smallvec = "1.4.0" +serde_json = { version = "1.0.57", features = [ "preserve_order" ] } +smallvec = "1.4.2" url = "2.1.1" [[example]] @@ -30,5 +30,5 @@ path = "examples/http_bench.rs" # These dependendencies are only used for deno_core_http_bench. [dev-dependencies] -derive_deref = "1.1.0" +derive_deref = "1.1.1" tokio = { version = "0.2.22", features = ["full"] } -- cgit v1.2.3