From dd348e0b5fc0cce8f13133b3ba814b70ecb7e1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:40:24 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.56 to 1.0.65 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.65. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...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 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64ed3db..289a44b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,18 +404,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1eaebb0..082b35b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ dialoguer = "0.11.0" path-absolutize = "3.1.1" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -thiserror = "1.0.51" +thiserror = "1.0.65" toml = "0.8.8" csv = "1.3.0"