mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
upgrade: rusty_v8 0.11.0, V8 8.7.220.3 (#7859)
This commit is contained in:
parent
9b70f2f345
commit
a09f4a4abd
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1918,9 +1918,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rusty_v8"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "20faaa8a28ea4b4ff35b9af88490313d5ce9aa6322a8a1779e66bd04415b4d1f"
|
||||
checksum = "8c11463988ec37b3f8cb84e4c2fe8f63058c46e07348b6d1d27b114a2b981304"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cargo_gn",
|
||||
|
|
|
@ -19,7 +19,7 @@ indexmap = "1.6.0"
|
|||
lazy_static = "1.4.0"
|
||||
libc = "0.2.77"
|
||||
log = "0.4.11"
|
||||
rusty_v8 = "0.10.0"
|
||||
rusty_v8 = "0.11.0"
|
||||
serde_json = { version = "1.0.57", features = ["preserve_order"] }
|
||||
smallvec = "1.4.2"
|
||||
url = "2.1.1"
|
||||
|
|
Loading…
Reference in a new issue