summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-04-22 20:24:49 +0200
committerBert Belder <bertbelder@gmail.com>2020-04-23 03:35:52 +0200
commit10a174834e6e59ea055d6098a07b82a3854a2db9 (patch)
tree36b9a082d4726a3f0f6c474fd48b59cac85fa762 /core/Cargo.toml
parentc43aaa39960bd1a79b4a3d768b62ea293e0ab79f (diff)
Upgrade to rusty_v8 v0.4.0 (#4856)
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 7ea32df46..d05fdd333 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -19,7 +19,7 @@ futures = { version = "0.3.4", features = ["thread-pool", "compat"] }
lazy_static = "1.4.0"
libc = "0.2.68"
log = "0.4.8"
-rusty_v8 = "0.3.10"
+rusty_v8 = "0.4.0"
serde_json = "1.0.51"
url = "2.1.1"