From c71ea7b2effe6494c1a2b9e234db71f89255c06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 08:08:34 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb34078b0d..68075af718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ bitpacking = { version = "0.9.2", default-features = false, features = [ ] } census = "0.4.2" rustc-hash = "2.0.0" -thiserror = "1.0.30" +thiserror = "2.0.1" htmlescape = "0.3.1" fail = { version = "0.5.0", optional = true } time = { version = "0.3.35", features = ["serde-well-known"] }