From f4d7afe096ccd1ac2174d3beb5548074587e96cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:09:12 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3be445..69206e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ oci-distribution = { version = "0.11.0", default-features = false, features = [" schemars = "0.8.16" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" -thiserror = "1.0.58" +thiserror = "2.0.3" toml = "0.8.12" tracing = "0.1.40" ureq = { version = "2.9.6", features = ["json"] }