From 52a0f3a5ef7e83a3abe18263caef9a82ec003944 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 5 Jan 2020 17:41:54 +0100 Subject: Upgrade rust crates and modernize hyper_hello (#3606) --- core/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index b25a9d0c5..51232a2be 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,12 +15,12 @@ path = "lib.rs" [dependencies] downcast-rs = "1.1.1" -futures = { version = "0.3", features = [ "thread-pool", "compat" ] } +futures = { version = "0.3.1", features = [ "thread-pool", "compat" ] } lazy_static = "1.4.0" -libc = "0.2.65" +libc = "0.2.66" log = "0.4.8" -serde_json = "1.0.41" -url = "2.1" +serde_json = "1.0.44" +url = "2.1.0" rusty_v8 = "0.0.23" [[example]] -- cgit v1.2.3