Update thiserror requirement from 1.0.30 to 2.0.1 (#2542)

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.30...2.0.1)

---
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-09 08:08:34 +08:00
committed by GitHub
parent c35a782747
commit c71ea7b2ef

View File

@@ -44,7 +44,7 @@ bitpacking = { version = "0.9.2", default-features = false, features = [
] } ] }
census = "0.4.2" census = "0.4.2"
rustc-hash = "2.0.0" rustc-hash = "2.0.0"
thiserror = "1.0.30" thiserror = "2.0.1"
htmlescape = "0.3.1" htmlescape = "0.3.1"
fail = { version = "0.5.0", optional = true } fail = { version = "0.5.0", optional = true }
time = { version = "0.3.35", features = ["serde-well-known"] } time = { version = "0.3.35", features = ["serde-well-known"] }