diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-21 14:45:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 14:45:07 +0100 |
| commit | cf7949db2feced61dfb4a7bc2a56ee72515394a3 (patch) | |
| tree | f097d11cc0b65c76e524532fbfde32be6d04bc8d /core | |
| parent | 671f96025a477ea9c47b6ea8915a90f98084cca9 (diff) | |
upgrade: rusty_v8 0.13.0, v8 8.8.278.2 (#8446)
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 768bfc122..f7f32c07f 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.12.0" +rusty_v8 = "0.13.0" serde_json = { version = "1.0", features = ["preserve_order"] } serde = { version = "1.0", features = ["derive"] } smallvec = "1.4.2" |
