1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

chore: upgrade rusty_v8 (#11372)

This commit is contained in:
Bartek Iwańczuk 2021-07-12 21:03:10 +02:00 committed by GitHub
parent 51e0bfda3c
commit 6d4e9bad98
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

@ -2958,9 +2958,9 @@ dependencies = [
[[package]]
name = "rusty_v8"
version = "0.25.2"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a49600f6c91588a9571329982801b4d9e9f3dff861bb8966a769ee25c121485"
checksum = "b70e9384fa508bb1f337139aa01485a6d2b695072835bf084d635674b3445422"
dependencies = [
"bitflags",
"fslock",

View file

@ -22,7 +22,7 @@ libc = "0.2.98"
log = "0.4.14"
parking_lot = "0.11.1"
pin-project = "1.0.7"
rusty_v8 = "0.25.2"
rusty_v8 = "0.25.3"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
serde_v8 = { version = "0.8.0" }