1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-22 06:47:49 +02:00

cargo: bump the patch group with 10 updates (#2940)

Bumps the patch group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` |
| [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.11.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.228` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145`
|
| [zerocopy](https://github.com/google/zerocopy) | `0.8.26` | `0.8.27` |
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) |
`0.12.1` | `0.12.3` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` |
`2.0.17` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.175` | `1.0.180` |
| [cxx-build](https://github.com/dtolnay/cxx) | `1.0.175` | `1.0.186` |

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-10-06 09:51:38 +00:00
committed by GitHub
parent 483a9ec9f0
commit 7b022bb4e9
8 changed files with 58 additions and 47 deletions

View File

@@ -5,4 +5,4 @@ edition = "2024"
publish = false
[dependencies]
zerocopy = { version = "0.8.26", features = ["derive"] }
zerocopy = { version = "0.8.27", features = ["derive"] }

View File

@@ -7,4 +7,4 @@ edition = "2024"
futures-util = { version = "0.3.31", features = ["sink"] }
http = "1.3.1"
tokio = { version = "1.47.1", features = ["full"] }
tokio-websockets = { version = "0.12.1", features = ["client", "fastrand", "server", "sha1_smol"] }
tokio-websockets = { version = "0.12.3", features = ["client", "fastrand", "server", "sha1_smol"] }

View File

@@ -15,7 +15,7 @@ path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.23", features = ["blocking"] }
scraper = "0.24.0"
thiserror = "2.0.16"
thiserror = "2.0.17"
[dev-dependencies]
tempfile = "3.21.0"

View File

@@ -5,7 +5,7 @@ edition = "2024"
publish = false
[dependencies]
thiserror = "2.0.16"
thiserror = "2.0.17"
[lib]
name = "protobuf"