diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-09-22 12:51:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 18:51:11 +0200 |
| commit | 958b374f09549b06c96187c3031437926808a175 (patch) | |
| tree | 0d32fe8b189e8489006b08bc3eae9fb89e5d847a /core | |
| parent | 5c5f4ea1d6fe0e46ea535234bf9ae46b1a2a981b (diff) | |
upgrade serde_v8 and rusty_v8 (#12175)
* upgrade serde_v8 and rusty_v8
* rusty_v8 0.30.0
* cycle keys
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 4f8b9954c..b89182e38 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.28.0" +rusty_v8 = "0.30.0" serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } -serde_v8 = { version = "0.11.0" } +serde_v8 = "0.13.0" url = { version = "2.2.2", features = ["serde"] } [[example]] |
