chore(deps): bump the weekly-cargo-patches group with 2 updates

Bumps the weekly-cargo-patches group with 2 updates: [thiserror](https://github.com/dtolnay/thiserror) and [anyhow](https://github.com/dtolnay/anyhow).


Updates `thiserror` from 2.0.18 to 2.0.19
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.18...2.0.19)

Updates `anyhow` from 1.0.103 to 1.0.104
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.103...1.0.104)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-cargo-patches
- dependency-name: anyhow
  dependency-version: 1.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-cargo-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-19 12:30:03 +00:00
committed by GitHub
parent 7c78e9d834
commit f7ad36a515
Generated
+28 -17
View File
@@ -118,9 +118,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.103"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
[[package]]
name = "ar_archive_writer"
@@ -494,7 +494,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
dependencies = [
"thiserror 2.0.18",
"thiserror 2.0.19",
]
[[package]]
@@ -510,7 +510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b60b5124979fccd9addd89d8b97a1d6eebb4950694520c75ddd722535ea443f"
dependencies = [
"nix 0.31.3",
"thiserror 2.0.18",
"thiserror 2.0.19",
]
[[package]]
@@ -760,7 +760,7 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
dependencies = [
"thiserror 2.0.18",
"thiserror 2.0.19",
]
[[package]]
@@ -1490,7 +1490,7 @@ dependencies = [
"log",
"netlink-packet-core",
"netlink-sys",
"thiserror 2.0.18",
"thiserror 2.0.19",
]
[[package]]
@@ -1947,7 +1947,7 @@ dependencies = [
"static_assertions",
"tempfile",
"test_bin",
"thiserror 2.0.18",
"thiserror 2.0.19",
"toml",
"uds",
"zerocopy",
@@ -1962,7 +1962,7 @@ dependencies = [
"rosenpass-oqs",
"rosenpass-secret-memory",
"rosenpass-to",
"thiserror 2.0.18",
"thiserror 2.0.19",
]
[[package]]
@@ -1982,7 +1982,7 @@ dependencies = [
"rosenpass-util",
"shake",
"static_assertions",
"thiserror 2.0.18",
"thiserror 2.0.19",
"zeroize",
]
@@ -2094,7 +2094,7 @@ dependencies = [
"rustix",
"static_assertions",
"tempfile",
"thiserror 2.0.18",
"thiserror 2.0.19",
"tokio",
"typenum",
"uds",
@@ -2119,7 +2119,7 @@ dependencies = [
"rosenpass-to",
"rosenpass-util",
"rustix",
"thiserror 2.0.18",
"thiserror 2.0.19",
"tokio",
"wireguard-uapi",
"zerocopy",
@@ -2447,6 +2447,17 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "syn"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fac314a64dc9a36e61a9eb4261a5e9bbfbc922b27e518af97bc32b926cf967"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "take-until"
version = "0.1.0"
@@ -2483,11 +2494,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.18"
version = "2.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
dependencies = [
"thiserror-impl 2.0.18",
"thiserror-impl 2.0.19",
]
[[package]]
@@ -2503,13 +2514,13 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.18"
version = "2.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.119",
"syn 3.0.0",
]
[[package]]