summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-27 20:50:46 +0200
committerGitHub <noreply@github.com>2023-04-27 20:50:46 +0200
commit6cd62ea5e969de258b1d308daf5bec91e73e79d3 (patch)
tree9f80438d87c92cf66e6b7636b532469675d68230 /Cargo.toml
parentc3d670dbc992ffaff02cd8df82335ee41e88596e (diff)
chore: upgrade rusty_v8 to 0.71.0 (#18868)
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 5664a69ed..4a7d051f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-v8 = { version = "0.70.0", default-features = false }
+v8 = { version = "0.71.0", default-features = false }
deno_ast = { version = "0.26.0", features = ["transpiling"] }
deno_core = { version = "0.181.0", path = "./core" }