From 9b71834b05e6e5765f6a0eb5c1635179e02ab51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:26:50 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.63 to 1.0.65 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.65. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...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 488e4bcad0..9ea33bd4af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9105,18 +9105,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.36", diff --git a/Cargo.toml b/Cargo.toml index c792c0dc4a..fdfd0eacc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -469,7 +469,7 @@ tar = "0.4.41" tarpc = "0.29.0" tempfile = "3.10.1" test-case = "3.3.1" -thiserror = "1.0.63" +thiserror = "1.0.65" tiny-bip39 = "0.8.2" # Update solana-tokio patch below when updating this version tokio = "1.29.1"