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 primary dependencies (#729)
Automation to keep dependencies in the primary `Cargo.lock` current. The following is the output from `cargo update`: ```txt Locking 13 packages to latest compatible versions Updating anstyle-wincon v3.0.6 -> v3.0.7 Updating bitflags v2.7.0 -> v2.8.0 Updating cc v1.2.9 -> v1.2.10 Updating indexmap v2.7.0 -> v2.7.1 Updating ipnet v2.10.1 -> v2.11.0 Updating log v0.4.22 -> v0.4.25 Updating miniz_oxide v0.8.2 -> v0.8.3 Updating serde_json v1.0.135 -> v1.0.137 Updating similar v2.6.0 -> v2.7.0 Updating similar-asserts v1.6.0 -> v1.6.1 Updating trybuild v1.0.101 -> v1.0.102 Updating uuid v1.11.1 -> v1.12.0 Updating valuable v0.1.0 -> v0.1.1 note: pass `--verbose` to see 18 unchanged dependencies behind latest ``` Co-authored-by: github-actions <[email protected]>
- Loading branch information