summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-26 16:35:46 +0100
committerGitHub <noreply@github.com>2022-11-26 16:35:46 +0100
commit55da1a2e72a5c961c369d3c41c5b883486741d44 (patch)
tree4099241b52b0c01e1ba1cc41a133536443f3f389 /Cargo.toml
parentfcdcc8c0c3316857e327bb3c0109fd244f1ec409 (diff)
chore: update rusty_v8 to 0.56.0 (#16814)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
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 37df295ac..034536d25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-v8 = { version = "0.55.0", default-features = false }
+v8 = { version = "0.56.0", default-features = false }
deno_ast = { version = "0.21.0", features = ["transpiling"] }
deno_core = { version = "0.161.0", path = "./core" }