summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-08-07 21:05:32 +0200
committerBert Belder <bertbelder@gmail.com>2020-08-08 21:23:21 +0200
commit707bfbd5b5006a905fda04581795694425aea561 (patch)
tree089cd8739668c6583be4670d97e300dc9a5186ee /core
parent694bd9092ce667dda9db50b2a353e838afc5d40e (diff)
upgrade: rusty_v8 0.8.1 / V8 8.6.334 (#6980)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 4200f9c52..cd30f3e9a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -19,7 +19,7 @@ futures = "0.3.5"
lazy_static = "1.4.0"
libc = "0.2.71"
log = "0.4.8"
-rusty_v8 = "0.7.0"
+rusty_v8 = "0.8.1"
serde_json = { version = "1.0.55", features = [ "preserve_order" ] }
smallvec = "1.4.0"
url = "2.1.1"