summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-12-07 21:20:01 -0500
committerGitHub <noreply@github.com>2020-12-08 03:20:01 +0100
commit8bf3e0f4c6980c0f3ed8b618062657b017a0f609 (patch)
tree7c86af7e633d171806bb292695f7f8ca5dfdf12b /core
parent4e025fd1640d192898792fc99e0d345279823899 (diff)
upgrade rusty_v8 to 0.14.0 (#8663)
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 ed1f71c75..416bbc82d 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -19,7 +19,7 @@ indexmap = "1.6.0"
lazy_static = "1.4.0"
libc = "0.2.77"
log = "0.4.11"
-rusty_v8 = "0.13.0"
+rusty_v8 = "0.14.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
smallvec = "1.4.2"