diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-05-24 00:11:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 00:11:37 +0200 |
| commit | 01a95d677f897776e6478ef6c728f85a8d44002c (patch) | |
| tree | 04bf2f01112ab48ca20cb04c7a524fc68b62e697 /Cargo.toml | |
| parent | 26f42a248f4764f85c1c3c3c511b82a990e4b651 (diff) | |
chore: upgrade rusty_v8 to 0.72.0 (#19228)
This commit updates rusty_v8 to 0.72.0 and by extension
V8 to version 11.5.150.1.
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 25065bbf0..b029bb757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -v8 = { version = "0.71.2", default-features = false } +v8 = { version = "0.72.0", default-features = false } deno_ast = { version = "0.26.0", features = ["transpiling"] } deno_core = { version = "0.187.0", path = "./core" } |
