From 8ec60907eb4f466e6c8b066ef3bcd586d067808b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 24 Oct 2024 04:54:29 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.65 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b4273783a0..15dce9b3d29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2975,18 +2975,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/Cargo.toml b/Cargo.toml index 937b700b56f..df49d62efb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ target-spec = { version = "3.2.2", features = ["custom", "summaries"] } target-spec-miette = "0.4.0" test-case = "3.3.1" test-strategy = "0.4.0" -thiserror = "1.0.64" +thiserror = "1.0.65" tokio = "1.41.0" toml = "0.8.19" toml_edit = "0.22.22"