Update thiserror requirement from 1.0.40 to 2.0.0 (#20)

Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

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-11-06 07:59:52 +00:00 committed by GitHub
parent 051f2581c4
commit 7c80475001
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ redis = { version = "0.27.0", default-features = false, features = ["tokio-comp"
serde = { version = "1.0.158", default-features = false }
serde_json = { version = "1.0.96", default-features = false, optional = true, features = ["std"] }
sha2 = { version = "0.10.6", default-features = false }
thiserror = { version = "1.0.40", default-features = false }
thiserror = { version = "2.0.0", default-features = false }
[dev-dependencies]
tokio = { version = "1.26.0", default-features = false, features = ["macros", "rt-multi-thread", "time", "parking_lot"] }