summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-08-02 17:58:09 +0200
committerBert Belder <bertbelder@gmail.com>2019-08-02 18:59:54 +0200
commitc6861b537ead4bba21817610664d68ffbe7daad5 (patch)
tree302454818d055015db5981a794ba7f123f5b0502 /core
parent5bca001f9703940e693d6a55944ef1ee7fc67f58 (diff)
third_party: upgrade rust crates
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 2eb2b611f..d659c943d 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -18,12 +18,12 @@ name = "snapshot_creator"
path = "snapshot_creator.rs"
[dependencies]
-futures = "0.1.27"
+futures = "0.1.28"
lazy_static = "1.3.0"
-libc = "0.2.58"
-log = "0.4.6"
-serde_json = "1.0.39"
-url = "1.7.2"
+libc = "0.2.60"
+log = "0.4.8"
+serde_json = "1.0.40"
+url = "2.0.0"
[[example]]
name = "deno_core_http_bench"