0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

upgrade: rusty_v8 0.22.2 (#10551)

This commit is contained in:
Bartek Iwańczuk 2021-05-10 14:46:50 +02:00 committed by GitHub
parent 18c75f0e42
commit 7fc211e627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2711,9 +2711,9 @@ dependencies = [
[[package]]
name = "rusty_v8"
version = "0.22.1"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e39f106a3e39e8d18bc7dcbd4d59ece79cd27f888c6d82e0c93aa56d4708fdd"
checksum = "bda4f5a0179977a62af1a34eb5092e0a75069e9744709ed11617d6562778e6e9"
dependencies = [
"bitflags",
"fslock",

View file

@ -22,7 +22,7 @@ lazy_static = "1.4.0"
libc = "0.2.93"
log = "0.4.14"
pin-project = "1.0.6"
rusty_v8 = "0.22.1"
rusty_v8 = "0.22.2"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
url = { version = "2.2.1", features = ["serde"] }

View file

@ -11,7 +11,7 @@ repository = "https://github.com/denoland/deno"
[dependencies]
serde = { version = "1.0.125", features = ["derive"] }
rusty_v8 = "0.22.1"
rusty_v8 = "0.22.2"
[dev-dependencies]
serde_json = "1.0.64"