From 530f48d2fda74c2329fd293c516a583e316024cb Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 13 Sep 2020 23:29:23 +0200 Subject: Upgrade Rust crates, pin 'webpki-roots' to version 0.19.0 (#7454) --- core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index 717f798c0..83482e46a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -16,13 +16,13 @@ path = "lib.rs" downcast-rs = "1.2.0" futures = "0.3.5" lazy_static = "1.4.0" -libc = "0.2.74" +libc = "0.2.77" log = "0.4.11" rusty_v8 = "0.10.0" serde_json = { version = "1.0.57", features = ["preserve_order"] } smallvec = "1.4.2" url = "2.1.1" -indexmap = "1.5.2" +indexmap = "1.6.0" [[example]] name = "http_bench_bin_ops" -- cgit v1.2.3