From 9dfe2c6606c648d323ee0482ac2fcd59098a2645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:59:34 +0000 Subject: [PATCH] chore(deps): Bump thiserror from 1.0.64 to 1.0.65 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.65) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- hipcheck/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5302e06..0bf5257d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3209,18 +3209,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index f35aba35..74b62d91 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -120,7 +120,7 @@ tokio = { version = "1.40.0", features = [ tokio-stream = "0.1.16" toml = "0.8.19" tonic = "0.12.3" -thiserror = "1.0.64" +thiserror = "1.0.65" 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 c7970e53..93158d89 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" edition = "2021" [dependencies] -thiserror = "1.0.64" +thiserror = "1.0.65" futures = "0.3.31" indexmap = "2.6.0" prost = "0.13.3"