diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-02 22:59:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 22:59:33 +0200 |
| commit | da654fddff505fed9696703eac5c90caf4750ce8 (patch) | |
| tree | 32222d09f9465c884bd062b99f5bac9df00f23bd /core | |
| parent | a70e2249cfcba0ae1d76fca764549031ed998369 (diff) | |
chore: upgrade rusty_v8 and serde_v8 (#11233)
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 dd26cd2a6..06a6cec41 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -20,10 +20,10 @@ lazy_static = "1.4.0" libc = "0.2.93" log = "0.4.14" pin-project = "1.0.6" -rusty_v8 = "0.24.0" +rusty_v8 = "0.25.0" serde = { version = "1.0.125", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } -serde_v8 = { version = "0.7.1" } +serde_v8 = { version = "0.8.0" } url = { version = "2.2.1", features = ["serde"] } [[example]] |
