diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-07 17:41:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 17:41:25 +0200 |
commit | a09f4a4abd5a9b537604cbf44416deaae29d87ad (patch) | |
tree | ffe49094bd786e07a1979b18e1f7baaab70f0d1b | |
parent | 9b70f2f34540909daf4f4bce5ab77e3bfb8f1bed (diff) |
upgrade: rusty_v8 0.11.0, V8 8.7.220.3 (#7859)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | core/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 10a7b6f81..8500195a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,9 +1918,9 @@ dependencies = [ [[package]] name = "rusty_v8" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20faaa8a28ea4b4ff35b9af88490313d5ce9aa6322a8a1779e66bd04415b4d1f" +checksum = "8c11463988ec37b3f8cb84e4c2fe8f63058c46e07348b6d1d27b114a2b981304" dependencies = [ "bitflags", "cargo_gn", diff --git a/core/Cargo.toml b/core/Cargo.toml index 5174de208..4a6a15efb 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,7 +19,7 @@ indexmap = "1.6.0" lazy_static = "1.4.0" libc = "0.2.77" log = "0.4.11" -rusty_v8 = "0.10.0" +rusty_v8 = "0.11.0" serde_json = { version = "1.0.57", features = ["preserve_order"] } smallvec = "1.4.2" url = "2.1.1" |