Skip to content

chore: update yanked transitive crates (js-sys, wasm-bindgen) #75

@bug-ops

Description

@bug-ops

Summary

cargo deny check reports two yanked transitive crate versions:

  • js-sys v0.3.86 — yanked
  • wasm-bindgen v0.2.109 — yanked

Both are pulled in transitively via sevenz-rust2 v0.20.2.

Fix

cargo update -p js-sys
cargo update -p wasm-bindgen

Then verify cargo deny check and cargo nextest run pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions