1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

upgrade: v8 10.4.132.5 (#14874)

This commit is contained in:
Ryan Dahl 2022-06-15 12:30:19 -04:00 committed by GitHub
parent 845d4754c6
commit 3d2394954c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -5022,9 +5022,9 @@ dependencies = [
[[package]]
name = "v8"
version = "0.43.1"
version = "0.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c87ec36fec9ea2cd5a368ae9d0a662a7c5e8caa8768ec1fcc02bea623681b98"
checksum = "6e2fbb28bb40f70a7f840cb617244199fb7ca7c5e72d765a788d2de3f3baf589"
dependencies = [
"bitflags",
"fslock",

View file

@ -1 +1 @@
error: Uncaught SyntaxError: Unexpected token # in JSON at position 0
error: Uncaught SyntaxError: Unexpected token '#', "#!/usr/env"... is not valid JSON

View file

@ -27,7 +27,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] }
serde_v8 = { version = "0.49.0", path = "../serde_v8" }
sourcemap = "=6.0.1"
url = { version = "2.2.2", features = ["serde"] }
v8 = "0.43.1"
v8 = "0.44.1"
[[example]]
name = "http_bench_json_ops"

View file

@ -16,7 +16,7 @@ path = "lib.rs"
bytes = "1"
derive_more = "0.99.17"
serde = { version = "1.0.136", features = ["derive"] }
v8 = "0.43.1"
v8 = "0.44.1"
[dev-dependencies]
bencher = "0.1"