summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-08-10 09:13:02 +0200
committerGitHub <noreply@github.com>2021-08-10 09:13:02 +0200
commit162ec192b7094b59ff0f5abc73cc089ac031ff3d (patch)
tree90d81bebafcf5003d0422366d6a8d4bf449f39b4 /core
parent3a7de8e40ffe3b93cd6db9158946832917bc0e48 (diff)
upgrade: rusty_v8 0.26.0 (#11625)
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 e068cbc46..dc704b4e8 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -22,10 +22,10 @@ libc = "0.2.98"
log = "0.4.14"
parking_lot = "0.11.1"
pin-project = "1.0.7"
-rusty_v8 = "0.25.3"
+rusty_v8 = "0.26.0"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
-serde_v8 = { version = "0.8.0" }
+serde_v8 = { version = "0.9.0" }
url = { version = "2.2.2", features = ["serde"] }
[[example]]