diff options
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" |