mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
chore: bump rusty_v8 to 0.64.0 (#18096)
This commit is contained in:
parent
bb07e230d1
commit
2f81e555d8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue