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 /core | |
parent | 9b70f2f34540909daf4f4bce5ab77e3bfb8f1bed (diff) |
upgrade: rusty_v8 0.11.0, V8 8.7.220.3 (#7859)
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 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" |