summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-11-07 14:26:49 -0800
committerBert Belder <bertbelder@gmail.com>2019-11-07 16:21:51 -0800
commitadab69bccca986bd7da93a84ca419bdd09587a06 (patch)
treef8fcc07e33b834bba3bb668e6c2a90aadf3c5046 /core
parentc57207e96a577b7f13514fecdde5c47c7a497405 (diff)
Upgrade rust crates (#3292)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index ae49e699e..344386277 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -14,12 +14,12 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-downcast-rs = "1.1.0"
+downcast-rs = "1.1.1"
futures = "0.1.29"
lazy_static = "1.4.0"
-libc = "0.2.62"
+libc = "0.2.65"
log = "0.4.8"
-serde_json = "1.0.40"
+serde_json = "1.0.41"
url = "1.7.2"
[[example]]