From 998ce9ef303e9162200594f220c16f5b182e289e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:24:19 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.24 to 2.0.11 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.24...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- open-build-service-api/Cargo.toml | 2 +- oscrc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/open-build-service-api/Cargo.toml b/open-build-service-api/Cargo.toml index 1eeaeb1..0009340 100644 --- a/open-build-service-api/Cargo.toml +++ b/open-build-service-api/Cargo.toml @@ -13,7 +13,7 @@ url = "2.5.4" quick-xml = { version = "0.23.1", features = [ "serialize" ] } serde = { version = "1.0.125", features = [ "derive" ] } chrono = { version = "0.4", features = [ "serde" ] } -thiserror = "1.0.24" +thiserror = "2.0.11" futures = "0.3.14" bytes = "1.0.1" base16ct = { version = "0.1", features = ["std"] } diff --git a/oscrc/Cargo.toml b/oscrc/Cargo.toml index db231ba..f7439c6 100644 --- a/oscrc/Cargo.toml +++ b/oscrc/Cargo.toml @@ -11,4 +11,4 @@ serde = { version = "1.0.125",features = [ "derive" ] } serde_ini = "0.2.0" secret-service = "2.0.1" url = { version = "2.5.4", features = [ "serde" ] } -thiserror = "1.0.24" +thiserror = "2.0.11"