Commit fcbb487
Weekly
Automation to keep dependencies in `Cargo.lock` current.
The following is the output from `cargo update`:
```txt
info: syncing channel updates for '1.79.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m Locking�[0m 11 packages to latest compatible versions
�[1m�[32m Updating�[0m bytes v1.7.1 -> v1.7.2
�[1m�[32m Updating�[0m cc v1.1.20 -> v1.1.21
�[1m�[32m Updating�[0m clap v4.5.17 -> v4.5.18
�[1m�[32m Updating�[0m clap_builder v4.5.17 -> v4.5.18
�[1m�[32m Updating�[0m clap_derive v4.5.13 -> v4.5.18
�[1m�[32m Updating�[0m k256 v0.13.3 -> v0.13.4
�[1m�[32m Updating�[0m pest v2.7.12 -> v2.7.13
�[1m�[32m Updating�[0m portable-atomic v1.7.0 -> v1.8.0
�[1m�[32m Updating�[0m security-framework-sys v2.11.1 -> v2.12.0
�[1m�[32m Updating�[0m unicode-width v0.1.13 -> v0.1.14 �[1m�[33m(latest: v0.2.0)�[0m
�[1m�[32m Updating�[0m unicode-xid v0.2.5 -> v0.2.6
�[1m�[36mnote�[0m�[1m:�[0m pass `--verbose` to see 272 unchanged dependencies behind latest
```
Co-authored-by: github-actions <[email protected]>cargo update (#2236)1 parent ca6a705 commit fcbb487
1 file changed
+34
-34
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments