mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: upgrade rusty_v8 to 0.57.0 (#16871)
This commit is contained in:
parent
73f8c820f3
commit
3f71c0dcf5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5388,9 +5388,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "v8"
|
||||
version = "0.56.1"
|
||||
version = "0.57.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7591a2478046263bc28ec09c70f4a43a5ac33b60f4480a29e2dde1ba4335c24"
|
||||
checksum = "293cb302608e408948274638627411722c394926a975923a5ca2ec573ed7132e"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"fslock",
|
||||
|
|
|
@ -40,7 +40,7 @@ license = "MIT"
|
|||
repository = "https://github.com/denoland/deno"
|
||||
|
||||
[workspace.dependencies]
|
||||
v8 = { version = "0.56.1", default-features = false }
|
||||
v8 = { version = "0.57.0", default-features = false }
|
||||
deno_ast = { version = "0.21.0", features = ["transpiling"] }
|
||||
|
||||
deno_core = { version = "0.161.0", path = "./core" }
|
||||
|
|
Loading…
Reference in a new issue