diff options
author | Luca Casonato <hello@lcas.dev> | 2021-08-30 18:40:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 18:40:00 +0200 |
commit | 0aa6b1e79f2f4cabdb857daabc06791dfef3140b (patch) | |
tree | 3d12b24b3c78f65a60c0936dccf018518189fc57 /core | |
parent | 40526a03dcd29f9cc4f466610af2e966919d75a4 (diff) |
chore: update to rusty_v8 0.27.0 (#11877)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
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 c604ae564..167cb5449 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,10 +22,10 @@ libc = "0.2.98" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" -rusty_v8 = "0.26.0" +rusty_v8 = "0.27.0" serde = { version = "1.0.126", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } -serde_v8 = { version = "0.9.3" } +serde_v8 = { version = "0.10.0" } url = { version = "2.2.2", features = ["serde"] } [[example]] |