Skip to content

Commit

Permalink
upgrade: rusty_v8 0.42.0 (denoland#14334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 20, 2022
1 parent 8a7539c commit 78c9cd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

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.66", features = ["preserve_order"] }
serde_v8 = { version = "0.40.0", path = "../serde_v8" }
sourcemap = "=6.0.1"
url = { version = "2.2.2", features = ["serde"] }
v8 = "0.41.0"
v8 = "0.42.0"

[[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"
derive_more = "0.99.17"
serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11"
v8 = "0.41.0"
v8 = "0.42.0"

[dev-dependencies]
bencher = "0.1"
Expand Down

0 comments on commit 78c9cd9

Please sign in to comment.