From a72bc0b7a1043576218b8fdb93bbd2bafcb3533a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:51:52 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0 to 2.0 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] --- forrustts-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forrustts-core/Cargo.toml b/forrustts-core/Cargo.toml index 0301a838..30248059 100644 --- a/forrustts-core/Cargo.toml +++ b/forrustts-core/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["simulation", "tree_sequences", "tskit", "population_genetics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -thiserror = "1.0" +thiserror = "2.0" # NOTE: automagically adds rand as a cargo feature rand = { version = "0.8.5", optional = true }