diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-17 14:44:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 14:44:40 +0200 |
commit | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (patch) | |
tree | 41ba7869fc9228fd626d76586977b8307147ce8e /core | |
parent | 30b2779bb6239f7a59d64cec65637d83118f3c8f (diff) |
chore: update dependencies (#10660)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 11feacb8e..8875097cf 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" serde_v8 = { version = "0.4.0", path = "../serde_v8" } anyhow = "1.0.40" -futures = "0.3.13" +futures = "0.3.15" indexmap = "1.6.2" lazy_static = "1.4.0" libc = "0.2.93" |