summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-04-02 09:24:29 -0400
committerGitHub <noreply@github.com>2020-04-02 09:24:29 -0400
commitff0b32f81d4cdbae9fe868a16a8b19227d79c8b1 (patch)
treec33c82b3b138dab51a118bd552d0336a82b19b4a
parent3d56f3afcadf04cc082a77fa0ec2fcd9d76e039f (diff)
upgrade: rusty_v8 v0.3.10 (#4576)
-rw-r--r--Cargo.lock4
-rw-r--r--core/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 00d54efa9..d5230fc9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2075,9 +2075,9 @@ dependencies = [
[[package]]
name = "rusty_v8"
-version = "0.3.9"
+version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fee528081d3eb7efe829a0021063df092a241837f3c063fb825bf7aa8858f80c"
+checksum = "01403323dd70ffeace922e35555ca0c15223a20a4e1cf8f35cc4f68fadb3e285"
dependencies = [
"bitflags",
"cargo_gn",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index c84854f7a..384c5d296 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.9"
+rusty_v8 = "0.3.10"
serde_json = "1.0.48"
url = "2.1.1"