build(deps): bump thiserror from 1.0.69 to 2.0.11

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.11.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.11)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-30 14:15:17 +00:00
committed by GitHub
parent 75702dfc03
commit 6ca1540305
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@@ -2063,7 +2063,7 @@ dependencies = [
"static_assertions",
"tempfile",
"test_bin",
"thiserror 1.0.69",
"thiserror 2.0.11",
"toml",
"uds",
"zerocopy 0.7.35",
@@ -2078,7 +2078,7 @@ dependencies = [
"rosenpass-oqs",
"rosenpass-secret-memory",
"rosenpass-to",
"thiserror 1.0.69",
"thiserror 2.0.11",
]
[[package]]
@@ -2102,7 +2102,7 @@ dependencies = [
"rosenpass-util",
"sha3",
"static_assertions",
"thiserror 1.0.69",
"thiserror 2.0.11",
"zeroize",
]
@@ -2177,7 +2177,7 @@ dependencies = [
"rustix",
"static_assertions",
"tempfile",
"thiserror 1.0.69",
"thiserror 2.0.11",
"typenum",
"uds",
"zerocopy 0.7.35",
@@ -2202,7 +2202,7 @@ dependencies = [
"rosenpass-to",
"rosenpass-util",
"rustix",
"thiserror 1.0.69",
"thiserror 2.0.11",
"tokio",
"wireguard-uapi",
"zerocopy 0.7.35",

View File

@@ -35,7 +35,7 @@ doc-comment = "0.3.3"
base64ct = { version = "1.6.0", default-features = false }
zeroize = "1.8.1"
memoffset = "0.9.1"
thiserror = "1.0.69"
thiserror = "2.0.11"
paste = "1.0.15"
env_logger = "0.10.2"
toml = "0.7.8"