1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-08 00:12:51 +02:00

cargo: bump the patch group with 6 updates (#2731)

Bumps the patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` |
| [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.37` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.24` | `0.8.25` |
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) |
`0.11.3` | `0.11.4` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.153` | `1.0.158` |
| [cxx-build](https://github.com/dtolnay/cxx) | `1.0.153` | `1.0.158` |

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-01 11:45:05 +01:00
committed by GitHub
parent 3743ddf25c
commit 53afa8416b
6 changed files with 29 additions and 29 deletions

View File

@ -5,5 +5,5 @@ edition = "2021"
publish = false
[dependencies]
anyhow = "1.0.97"
clap = { version = "4.5.35", features = ["derive"] }
anyhow = "1.0.98"
clap = { version = "4.5.37", features = ["derive"] }