diff options
author | Luca Casonato <hello@lcas.dev> | 2021-09-13 15:33:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 15:33:20 +0200 |
commit | 3b30ba8031d0c27e674d6a22f8062bc9db544c8c (patch) | |
tree | c1eaabd3af78055352ad4532884e189a7852b95f /core | |
parent | 4d6f412b0b8a415a084605e5353ef46c36bcbe27 (diff) |
chore: update rusty_v8 (#12026)
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 47ac32b8d..fbdc70158 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,10 +22,10 @@ libc = "0.2.101" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" -rusty_v8 = "0.27.0" +rusty_v8 = "0.28.0" serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } -serde_v8 = { version = "0.10.0" } +serde_v8 = { version = "0.11.0" } url = { version = "2.2.2", features = ["serde"] } [[example]] |