diff --git a/Cargo.lock b/Cargo.lock index 2f8d8520..6ea7d848 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 53ef0841..53126ca1 100644 --- a/hipcheck-common/Cargo.toml +++ b/hipcheck-common/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.94" 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 ecaab4ea..f5493669 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 5e27f606..5206fff0 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.94" -thiserror = "2.0.3" +thiserror = "2.0.6" futures = "0.3.31" indexmap = "2.7.0" jiff = { version = "0.1.14", features = ["serde"] }