diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-09-13 23:29:23 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-09-14 00:20:56 +0200 |
commit | 530f48d2fda74c2329fd293c516a583e316024cb (patch) | |
tree | 81b7785d7140305b07d6628cc67d40a06ce4a817 /core | |
parent | b3fa81f867f933df41f274bd8eec10dddf1b1b28 (diff) |
Upgrade Rust crates, pin 'webpki-roots' to version 0.19.0 (#7454)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |