1
0
Fork 0
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:
Bartek Iwańczuk 2022-11-30 01:45:33 +01:00 committed by GitHub
parent 73f8c820f3
commit 3f71c0dcf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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" }