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.3 (#10892)

This commit is contained in:
Bartek Iwańczuk 2021-06-08 18:25:53 +02:00 committed by GitHub
parent 6ee983b127
commit d679ebbb37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2744,9 +2744,9 @@ dependencies = [
[[package]]
name = "rusty_v8"
version = "0.22.2"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda4f5a0179977a62af1a34eb5092e0a75069e9744709ed11617d6562778e6e9"
checksum = "aa03778bb7866d8320fc3dd5e6be52929dc10f729ae5e61ea2fbce385a4595d2"
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.2"
rusty_v8 = "0.22.3"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
url = { version = "2.2.1", features = ["serde"] }