summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-01-14 06:06:42 +0100
committerGitHub <noreply@github.com>2023-01-14 10:36:42 +0530
commitd0f88fc1ca175ce696bdef18778b83c4a7373afd (patch)
tree6ba2a00d248fae5e1a4cd543b99ada718cf89d4e
parent934ed8e7d1709927e2ab0f7e0716b320b3e575b1 (diff)
chore: upgrade rusty_v8 to 0.60.1 (#17407)
Required for https://github.com/denoland/deno/pull/17306
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dee9a9a3c..ecb760ca7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5328,9 +5328,9 @@ dependencies = [
[[package]]
name = "v8"
-version = "0.60.0"
+version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5867543c19b87c45ed3f2bc49eb6135474ed6a1803cac40c278620b53e9865ef"
+checksum = "07fd5b3ed559897ff02c0f62bc0a5f300bfe79bb4c77a50031b8df771701c628"
dependencies = [
"bitflags",
"fslock",
diff --git a/Cargo.toml b/Cargo.toml
index e7fc65be3..72feab505 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-v8 = { version = "0.60.0", default-features = false }
+v8 = { version = "0.60.1", default-features = false }
deno_ast = { version = "0.23.2", features = ["transpiling"] }
deno_core = { version = "0.166.0", path = "./core" }