mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 21:23:32 -05:00
chore: upgrade rusty_v8 to 0.60.1 (#17407)
Required for https://github.com/denoland/deno/pull/17306
This commit is contained in:
parent
c7bff76c41
commit
413a959b45
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5328,9 +5328,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "v8"
|
name = "v8"
|
||||||
version = "0.60.0"
|
version = "0.60.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5867543c19b87c45ed3f2bc49eb6135474ed6a1803cac40c278620b53e9865ef"
|
checksum = "07fd5b3ed559897ff02c0f62bc0a5f300bfe79bb4c77a50031b8df771701c628"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"fslock",
|
"fslock",
|
||||||
|
|
|
@ -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.60.0", default-features = false }
|
v8 = { version = "0.60.1", default-features = false }
|
||||||
deno_ast = { version = "0.23.2", features = ["transpiling"] }
|
deno_ast = { version = "0.23.2", features = ["transpiling"] }
|
||||||
|
|
||||||
deno_core = { version = "0.166.0", path = "./core" }
|
deno_core = { version = "0.166.0", path = "./core" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue