diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-10-12 13:30:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 13:30:39 +0200 |
| commit | fef8b08614bf6075fbf265ea1a3dab3957d20c91 (patch) | |
| tree | a13c44b0a6081321fd60751725a8d8d3465fb966 /core | |
| parent | 58f04d8e4600445fe681e845e06f28095c888379 (diff) | |
feat: update to V8 9.5 (#12399)
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 27b6e77f3..f329fcc4d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,10 +21,10 @@ lazy_static = "1.4.0" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" -rusty_v8 = "0.31.0" +rusty_v8 = "0.32.0" serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } -serde_v8 = "0.14.0" +serde_v8 = "0.15.0" url = { version = "2.2.2", features = ["serde"] } [[example]] |
