Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weekly
cargo update
of dependencies (#1011)
Automation to keep dependencies in `Cargo.lock` current. The following is the output from `cargo update`: ```txt Locking 13 packages to latest compatible versions Updating allocator-api2 v0.2.20 -> v0.2.21 Updating indexmap v2.6.0 -> v2.7.0 Updating jiff v0.1.14 -> v0.1.15 Updating js-sys v0.3.73 -> v0.3.74 Updating os_info v3.8.2 -> v3.9.0 Updating rustc-hash v2.0.0 -> v2.1.0 Updating wasm-bindgen v0.2.96 -> v0.2.97 Updating wasm-bindgen-backend v0.2.96 -> v0.2.97 Updating wasm-bindgen-futures v0.4.46 -> v0.4.47 Updating wasm-bindgen-macro v0.2.96 -> v0.2.97 Updating wasm-bindgen-macro-support v0.2.96 -> v0.2.97 Updating wasm-bindgen-shared v0.2.96 -> v0.2.97 Updating web-sys v0.3.73 -> v0.3.74 note: pass `--verbose` to see 5 unchanged dependencies behind latest ``` Co-authored-by: github-actions <[email protected]>
- Loading branch information