diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-25 18:58:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 18:58:18 +0200 |
commit | e86c1710f4684a1896950894850695ee59d1f61f (patch) | |
tree | 5d8f2ffdce6018dc68c389082ce40de484fe67fe /core | |
parent | 48f9df9aa236599ef560cff42dbf5ce7acdd51df (diff) |
chore: upgrade serde_v8 (#11120)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 5d0f0782c..3f8c531af 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -23,7 +23,7 @@ pin-project = "1.0.6" rusty_v8 = "0.23.0" serde = { version = "1.0.125", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } -serde_v8 = { version = "0.5.0" } +serde_v8 = { version = "0.6.0" } url = { version = "2.2.1", features = ["serde"] } [[example]] |