diff options
-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" } |