diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-26 20:11:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-26 20:11:27 +0100 |
| commit | d8ab492d016f45346002ae0e9bceac7e900b670a (patch) | |
| tree | 963d56d516bdcc70ee76d8232c530fe3d915f45a /Cargo.toml | |
| parent | 55da1a2e72a5c961c369d3c41c5b883486741d44 (diff) | |
chore: update rusty_v8 to 0.56.1 (#16835)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 034536d25..c797d1c87 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.0", default-features = false } +v8 = { version = "0.56.1", default-features = false } deno_ast = { version = "0.21.0", features = ["transpiling"] } deno_core = { version = "0.161.0", path = "./core" } |
