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.60.0 (#17033)

This commit is contained in:
Bartek Iwańczuk 2022-12-13 17:07:18 +01:00 committed by GitHub
parent 7526bbc584
commit 12626b11f7
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

@ -5351,9 +5351,9 @@ dependencies = [
[[package]] [[package]]
name = "v8" name = "v8"
version = "0.58.0" version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b88668afedf6ec9f8f6d30b446f622498da2ef0b3991a52e10f0ea8c6cc09" checksum = "5867543c19b87c45ed3f2bc49eb6135474ed6a1803cac40c278620b53e9865ef"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"fslock", "fslock",

View file

@ -40,7 +40,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno" repository = "https://github.com/denoland/deno"
[workspace.dependencies] [workspace.dependencies]
v8 = { version = "0.58.0", default-features = false } v8 = { version = "0.60.0", default-features = false }
deno_ast = { version = "0.21.0", features = ["transpiling"] } deno_ast = { version = "0.21.0", features = ["transpiling"] }
deno_core = { version = "0.162.0", path = "./core" } deno_core = { version = "0.162.0", path = "./core" }