Skip to content

Commit 5bf2654

Browse files
authored
Update v8 bindings to latest version (#11203)
Keeping up-to-date, no other major motivation.
1 parent 2951394 commit 5bf2654

File tree

3 files changed

+20
-36
lines changed

3 files changed

+20
-36
lines changed

Cargo.lock

Lines changed: 13 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fuzzing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ features = [
5959
# though, so we could use that if we wanted. For now though just simplify a bit
6060
# and don't depend on this on Windows. The same applies on s390x and riscv.
6161
[target.'cfg(not(any(windows, target_arch = "s390x", target_arch = "riscv64")))'.dependencies]
62-
v8 = "134.5.0"
62+
v8 = "137.2.0"
6363

6464
[dev-dependencies]
6565
wat = { workspace = true }

supply-chain/audits.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2597,6 +2597,12 @@ idioms. No new `unsafe` code and everything looks like what you'd expect a
25972597
compression library to be doing.
25982598
"""
25992599

2600+
[[audits.miniz_oxide]]
2601+
who = "Alex Crichton <[email protected]>"
2602+
criteria = "safe-to-deploy"
2603+
delta = "0.8.5 -> 0.8.9"
2604+
notes = "No new unsafe code, just refactorings."
2605+
26002606
[[audits.mio]]
26012607
who = "Alex Crichton <[email protected]>"
26022608
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)