Skip to content

Commit

Permalink
chore: upgrade rusty_v8 to 0.53.1 (#16303)
Browse files Browse the repository at this point in the history
This commit fixes startup time regression, caused by update
to rusty_v8 v0.50.0.
  • Loading branch information
bartlomieju committed Oct 16, 2022
1 parent 7d78f58 commit edaba4d
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 @@ -34,7 +34,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] }
serde_v8 = { version = "0.65.0", path = "../serde_v8" }
sourcemap = "6.1"
url = { version = "2.3.1", features = ["serde", "expose_internals"] }
v8 = { version = "0.53.0", default-features = false }
v8 = { version = "0.53.1", default-features = false }

[[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 @@ -18,7 +18,7 @@ derive_more = "0.99.17"
serde = { version = "1.0.136", features = ["derive"] }
serde_bytes = "0.11"
smallvec = { version = "1.8", features = ["union"] }
v8 = { version = "0.53.0", default-features = false }
v8 = { version = "0.53.1", default-features = false }

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

0 comments on commit edaba4d

Please sign in to comment.