Bump thiserror from 1.0.69 to 2.0.4 (#571)

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

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

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] 2024-12-05 12:28:15 +00:00 committed by GitHub
parent 661c4ed417
commit 092c119cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2687,7 +2687,7 @@ dependencies = [
"hex",
"lrwn",
"serde",
"thiserror 1.0.69",
"thiserror 2.0.4",
]
[[package]]

View File

@ -13,7 +13,7 @@
[dependencies]
hex = "0.4"
thiserror = "1.0"
thiserror = "2.0"
serde = { version = "1.0", features = ["derive"], optional = true }
[dev-dependencies]