diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-22 02:36:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 00:36:52 +0000 |
| commit | 779d379c68d1489cc01f6a2bfbcf677e08ca6d40 (patch) | |
| tree | 5934727d239f98284fa1c718f65c9e4016f6b68c /Cargo.toml | |
| parent | cf9fb18494d67526eb910cad68f8b364432fe584 (diff) | |
chore: upgrade rusty_v8 to 0.69.0 (#18796)
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 de656e81e..45f355cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -v8 = { version = "0.68.0", default-features = false } +v8 = { version = "0.69.0", default-features = false } deno_ast = { version = "0.26.0", features = ["transpiling"] } deno_core = { version = "0.181.0", path = "./core" } |
