From 929618d0bacea5dc3448927692c875039f66bd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:51:01 +0100 Subject: [PATCH] build(deps): update thiserror requirement from 1.0.58 to 2.0.3 (#112) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- abci/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index ab23d2e..f1aafa9 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 }