From 333d202178b1b2b08b7e13b3d00037f11dc8cd7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:52:13 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1.0.58 to 2.0.3 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.58...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- abci/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index e5b4129..543322f 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -56,7 +56,7 @@ tracing-subscriber = { version = "0.3.18", optional = true, default-features = f "env-filter", ] } serde_json = { version = "1.0.128", optional = true } -thiserror = { version = "1.0.58" } +thiserror = { version = "2.0.3" } url = { version = "2.5.0" } semver = { version = "1.0.22" } lhash = { version = "1.1.0", features = ["sha256"], optional = true }