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 (#716)
Automation to keep dependencies in the primary `Cargo.lock` current. The following is the output from `cargo update`: ```txt Locking 12 packages to latest compatible versions Updating bstr v1.11.0 -> v1.11.1 Updating cc v1.2.3 -> v1.2.4 Updating chrono v0.4.38 -> v0.4.39 Updating crossbeam-channel v0.5.13 -> v0.5.14 Updating crossbeam-utils v0.8.20 -> v0.8.21 Updating libc v0.2.167 -> v0.2.168 Updating redox_syscall v0.5.7 -> v0.5.8 Updating rustls-pki-types v1.10.0 -> v1.10.1 Updating serde v1.0.215 -> v1.0.216 Updating serde_derive v1.0.215 -> v1.0.216 Updating thiserror v2.0.6 -> v2.0.7 Updating thiserror-impl v2.0.6 -> v2.0.7 note: pass `--verbose` to see 18 unchanged dependencies behind latest ``` Co-authored-by: github-actions <[email protected]>
- Loading branch information