summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-26 10:02:03 +0200
committerGitHub <noreply@github.com>2023-04-26 10:02:03 +0200
commit106e4c475febe3e08fa7fc632e044fe75a792cc3 (patch)
tree954f91624c35edbae435977d7055f0ccdebdfc89 /Cargo.toml
parent78b630d92a1a2dbec6054e592d978a89d09af7fa (diff)
chore: upgrade rusty_v8 to 0.70.0 (#18844)
Closes https://github.com/denoland/deno/issues/18369
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 0602f2a5f..3b0a0abf2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-v8 = { version = "0.69.0", default-features = false }
+v8 = { version = "0.70.0", default-features = false }
deno_ast = { version = "0.26.0", features = ["transpiling"] }
deno_core = { version = "0.181.0", path = "./core" }