From 4cab73188ba86cf105b76692e8c569243addab23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:28:49 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.50 to 2.0.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.50...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stegano-cli/Cargo.toml | 2 +- stegano-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stegano-cli/Cargo.toml b/stegano-cli/Cargo.toml index f995911..a547092 100644 --- a/stegano-cli/Cargo.toml +++ b/stegano-cli/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" structopt = "0.3.26" img_stegano = {path = ".."} anyhow = "1.0.75" -thiserror = "1.0.50" +thiserror = "2.0.0" diff --git a/stegano-core/Cargo.toml b/stegano-core/Cargo.toml index edbb28f..087ba67 100644 --- a/stegano-core/Cargo.toml +++ b/stegano-core/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] image = "0.25.0" -thiserror = "1.0.50" +thiserror = "2.0.0"