diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-02-10 13:40:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 12:40:03 +0000 |
| commit | 1740e0fc3650dbf072ada4a530618db2a84a0854 (patch) | |
| tree | d99449f7087bf216334a8f4adc9898cd51c14173 /Cargo.toml | |
| parent | c83abb80febd6b9b4f661d13716a573e9d0cfc28 (diff) | |
chore: upgrade rusty_v8 to 0.63.0 (#17705)
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 1e6121db1..f2e61205e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -v8 = { version = "0.62.2", default-features = false } +v8 = { version = "0.63.0", default-features = false } deno_ast = { version = "0.24.0", features = ["transpiling"] } deno_core = { version = "0.171.0", path = "./core" } |
