From 27c006aeb5fee56480a64ae820081f0cd604caf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:32:03 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.59 to 1.0.64 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.64) --- 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 04904098..ba2206c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5209,18 +5209,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.59" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.59" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0892dc52..36c4bbca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ syn = { version = "2.0.60", features = ["full"] } proc-macro2 = { version = "1.0.79" } tracing = "0.1.40" -thiserror = { version = "1.0.59" } +thiserror = { version = "1.0.64" } anyhow = "1.0.83" # Dependencies for the release build of Arbiter bin