diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-06-29 23:21:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 23:21:09 +0200 |
| commit | d98be230230ab93602d1f48ea0bdf9ddc6b0302d (patch) | |
| tree | 4ca8d2728415bbe4446acc83dc2d4e16adfce951 /Cargo.toml | |
| parent | 55362452a8eb6abaf74d704cb4333dfc1f0cfe58 (diff) | |
chore: upgrade rusty_v8 to 0.74.0 (#19633)
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 7ae66685b..79fdafaef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -v8 = { version = "0.73.0", default-features = false } +v8 = { version = "0.74.0", default-features = false } deno_ast = { version = "0.27.0", features = ["transpiling"] } deno_core = { version = "0.191.0", path = "./core" } |
