diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-03-10 01:21:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 19:51:26 +0000 |
commit | 2f81e555d88e45a7ec9b5a5bc511fd3ea4d9c75f (patch) | |
tree | dd3076e6a8075d6cd6d992dc3122f6390ba906ad | |
parent | bb07e230d1270da2a7c35c5dc277ea6129a2214a (diff) |
chore: bump rusty_v8 to 0.64.0 (#18096)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 966f531e4..3233b03c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5606,9 +5606,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.63.0" +version = "0.64.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "547e58962ac268fe0b1fbfb653ed341a08e3953994f7f7c978e46ec30afdf8f0" +checksum = "a2287b485fa902172da3722d7e557e083afd63921777e0c6e5c0fba28e6d59d3" dependencies = [ "bitflags", "fslock", diff --git a/Cargo.toml b/Cargo.toml index d3020cc55..da026daf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -v8 = { version = "0.63.0", default-features = false } +v8 = { version = "0.64.0", default-features = false } deno_ast = { version = "0.24.0", features = ["transpiling"] } deno_core = { version = "0.173.0", path = "./core" } |