From 215d1f064893ac567e79c2923236e672dac1939f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:11:44 +0000 Subject: [PATCH] Bump thiserror from 1.0.58 to 1.0.62 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.62) --- 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 a3cdac9..2687bae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,18 +1257,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 31dfca3..b8d2722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,6 @@ prost-build = "^0.12.3" rand = "^0.8.5" rand_chacha = "^0.3.1" sha2 = "^0.10.8" -thiserror = "^1.0.58" +thiserror = "^1.0.62" zeroize = "^1.8.0" zeroize_derive = "^1.4.2"