diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
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"] } |