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 (#707)
Automation to keep dependencies in the primary `Cargo.lock` current. The following is the output from `cargo update`: ```txt Locking 11 packages to latest compatible versions Updating bstr v1.10.0 -> v1.11.0 Updating cc v1.1.37 -> v1.2.1 Updating clap v4.5.20 -> v4.5.21 Updating clap_builder v4.5.20 -> v4.5.21 Updating clap_lex v0.7.2 -> v0.7.3 Updating flate2 v1.0.34 -> v1.0.35 Updating libc v0.2.162 -> v0.2.164 Updating regex-automata v0.4.8 -> v0.4.9 Updating serde v1.0.214 -> v1.0.215 Updating serde_derive v1.0.214 -> v1.0.215 Updating serde_json v1.0.132 -> v1.0.133 note: pass `--verbose` to see 146 unchanged dependencies behind latest ``` Co-authored-by: github-actions <[email protected]>
- Loading branch information