summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
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]]