summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-12 21:03:10 +0200
committerGitHub <noreply@github.com>2021-07-12 21:03:10 +0200
commit6d4e9bad98cd05a893620f8d66deb89d1f179005 (patch)
tree444257412e0208758b39f0ca7c94f3292e32c9cf /core
parent51e0bfda3c5df4fa1f1b36301193038ed6aaf7bf (diff)
chore: upgrade rusty_v8 (#11372)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 6eb534510..848a2fee1 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -22,7 +22,7 @@ libc = "0.2.98"
log = "0.4.14"
parking_lot = "0.11.1"
pin-project = "1.0.7"
-rusty_v8 = "0.25.2"
+rusty_v8 = "0.25.3"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
serde_v8 = { version = "0.8.0" }