Skip to content

Commit

Permalink
upgrade: v8 10.4.132.5 (denoland#14874)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 15, 2022
1 parent 845d475 commit 3d23949
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
error: Uncaught SyntaxError: Unexpected token # in JSON at position 0
error: Uncaught SyntaxError: Unexpected token '#', "#!/usr/env"... is not valid JSON
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion serde_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d23949

Please sign in to comment.