summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-08-22 13:33:55 -0700
committerBert Belder <bertbelder@gmail.com>2019-08-22 14:22:25 -0700
commit7f9c6decc8982dc9dec762d6f2cc77c6bdd3f817 (patch)
tree019c320a7792ed6e8d7b06fe4f532250dbb56db8 /core
parent7a902fed04e23c2be6133024f7ad8fdebb641c60 (diff)
third_party: upgrade rust crates
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 437ded051..39c889639 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -22,10 +22,10 @@ path = "lib.rs"
[dependencies]
futures = "0.1.28"
lazy_static = "1.3.0"
-libc = "0.2.60"
+libc = "0.2.62"
log = "0.4.8"
serde_json = "1.0.40"
-url = "2.0.0"
+url = "2.1.0"
[[example]]
name = "deno_core_http_bench"