summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-30 01:45:33 +0100
committerGitHub <noreply@github.com>2022-11-30 00:45:33 +0000
commit3f71c0dcf542ccfe1abbd8df82e4cdd1848423cb (patch)
tree5b9d29e8e1a9de165c52bf371a389832104047e7 /Cargo.toml
parent73f8c820f37674f22baaa03fa07fd4ae87a274d5 (diff)
chore: upgrade rusty_v8 to 0.57.0 (#16871)
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 6c7090946..831f1b960 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-v8 = { version = "0.56.1", default-features = false }
+v8 = { version = "0.57.0", default-features = false }
deno_ast = { version = "0.21.0", features = ["transpiling"] }
deno_core = { version = "0.161.0", path = "./core" }