From 7c4600967506a75ce65a3c9ee041b95d9704bdaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:45:18 +0000 Subject: [PATCH] chore(deps): Bump thiserror from 2.0.3 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- hipcheck-common/Cargo.toml | 2 +- hipcheck/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72920f45..83264380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,7 +1398,7 @@ dependencies = [ "tempfile", "term_size", "test-log", - "thiserror 2.0.3", + "thiserror 2.0.6", "tokio", "tokio-stream", "toml", @@ -1425,7 +1425,7 @@ dependencies = [ "pathbuf", "prost", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.6", "tonic", "tonic-build", ] @@ -1456,7 +1456,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.6", "tokio", "tokio-stream", "tonic", @@ -3445,11 +3445,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.6", ] [[package]] @@ -3465,9 +3465,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", @@ -4488,7 +4488,7 @@ dependencies = [ "pbkdf2", "rand", "sha1", - "thiserror 2.0.3", + "thiserror 2.0.6", "time", "zeroize", "zopfli", diff --git a/hipcheck-common/Cargo.toml b/hipcheck-common/Cargo.toml index 8b18b3bb..5c1badc2 100644 --- a/hipcheck-common/Cargo.toml +++ b/hipcheck-common/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.93" log = "0.4.22" prost = "0.13.3" serde_json = "1.0.133" -thiserror = "2.0.3" +thiserror = "2.0.6" tonic = "0.12.3" [build-dependencies] diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 478967c2..e8b35f72 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -126,7 +126,7 @@ tokio = { version = "1.41.1", features = [ tokio-stream = "0.1.16" toml = "0.8.19" tonic = "0.12.3" -thiserror = "2.0.3" +thiserror = "2.0.6" unicode-normalization = "0.1.24" ureq = { version = "2.10.1", default-features = false, features = [ "json", diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 45747733..3fe4bc71 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.93" -thiserror = "2.0.3" +thiserror = "2.0.6" futures = "0.3.31" indexmap = "2.7.0" jiff = { version = "0.1.14", features = ["serde"] }