summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-06-20 13:18:08 +0200
committerBert Belder <bertbelder@gmail.com>2020-06-26 20:17:15 +0200
commite10d74a3d3981310819299d21f129d6b8bf81d79 (patch)
tree113b78c560f3648aabc06a2f2a4700ba1fab2069 /core/Cargo.toml
parent0c735ebdc75142d6b38d1d9bbbae5ef084ad4f4a (diff)
Upgrade to rusty_v8 0.4.2 / V8 8.5.216 (#6503)
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index bb7b3dd96..8a691b5db 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -19,7 +19,7 @@ futures = { version = "0.3.5", features = ["thread-pool", "compat"] }
lazy_static = "1.4.0"
libc = "0.2.71"
log = "0.4.8"
-rusty_v8 = "0.5.1"
+rusty_v8 = "0.6.0"
serde_json = "1.0.55"
url = "2.1.1"