From cd5d55f5606359950016f42255e934f6f08bccee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:21:41 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0 to 2.0 (#208) 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.0...2.0.3) --- 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 e41e5c3..c168c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rustc-hash = "2.0" seqrepo = { version = "0.10.3", features = ["cached"] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -thiserror = "1.0" +thiserror = "2.0" indexmap = { version = "2", features = ["serde"] } biocommons-bioutils = "0.1.0" ahash = "0.8.11"