summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent934ed8e7d1709927e2ab0f7e0716b320b3e575b1 (diff)
chore: upgrade rusty_v8 to 0.60.1 (#17407)
Required for https://github.com/denoland/deno/pull/17306
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }