mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
upgrade: rusty_v8 v0.3.10 (#4576)
This commit is contained in:
parent
3d56f3afca
commit
ff0b32f81d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2075,9 +2075,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rusty_v8"
|
||||
version = "0.3.9"
|
||||
version = "0.3.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fee528081d3eb7efe829a0021063df092a241837f3c063fb825bf7aa8858f80c"
|
||||
checksum = "01403323dd70ffeace922e35555ca0c15223a20a4e1cf8f35cc4f68fadb3e285"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cargo_gn",
|
||||
|
|
|
@ -19,7 +19,7 @@ futures = { version = "0.3.4", features = ["thread-pool", "compat"] }
|
|||
lazy_static = "1.4.0"
|
||||
libc = "0.2.68"
|
||||
log = "0.4.8"
|
||||
rusty_v8 = "0.3.9"
|
||||
rusty_v8 = "0.3.10"
|
||||
serde_json = "1.0.48"
|
||||
url = "2.1.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue