mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 15:48:16 -05:00
Upgrade rusty_v8 (V8 9.0.257.3) (#9605)
This commit is contained in:
parent
2ac7798a20
commit
3d87198ba0
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2158,9 +2158,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rusty_v8"
|
name = "rusty_v8"
|
||||||
version = "0.19.0"
|
version = "0.20.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a931537fc7d79e62dbb11457ca92b51a906089ece0aabc46e5387ddd9a20ac66"
|
checksum = "344a561fdd20c89f336e8e14a532504e21c6a9570ac0d51f14328abc2bcdb635"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"fslock",
|
"fslock",
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
error: Uncaught RuntimeError: unreachable
|
error: Uncaught RuntimeError: unreachable
|
||||||
at unreachable (<anonymous>:0:40)
|
at unreachable (<anonymous>:[WILDCARD])
|
||||||
at [WILDCARD]/cli/tests/wasm_unreachable.js:[WILDCARD]:18
|
at [WILDCARD]/cli/tests/wasm_unreachable.js:[WILDCARD]
|
||||||
|
|
|
@ -21,7 +21,7 @@ lazy_static = "1.4.0"
|
||||||
libc = "0.2.86"
|
libc = "0.2.86"
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
pin-project = "1.0.5"
|
pin-project = "1.0.5"
|
||||||
rusty_v8 = "0.19.0"
|
rusty_v8 = "0.20.0"
|
||||||
serde = { version = "1.0.123", features = ["derive"] }
|
serde = { version = "1.0.123", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.62", features = ["preserve_order"] }
|
serde_json = { version = "1.0.62", features = ["preserve_order"] }
|
||||||
smallvec = "1.6.1"
|
smallvec = "1.6.1"
|
||||||
|
|
Loading…
Reference in a new issue