summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-07-18 22:32:11 +0200
committerBert Belder <bertbelder@gmail.com>2020-07-19 01:47:45 +0200
commitfaa64edaf409757549a7df85812f6ea4f368051c (patch)
tree4be5cd868f3d49c5ea928b45bf46cf9c10f64fae /core/Cargo.toml
parentaebea6bd24dc1788c6db2f58204177af1c5d2dd6 (diff)
Upgrade to rusty_v8 0.7.0 (#6801)
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 1a0ef879f..d1bc4ce93 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.6.0"
+rusty_v8 = "0.7.0"
serde_json = "1.0.55"
smallvec = "1.4.0"
url = "2.1.1"