From 1b74f407c418a08dabdd3c601ecf6ce61ae6e4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:58:13 +0000 Subject: [PATCH] Bump thiserror from 1.0.63 to 1.0.64 (#1218) --- Cargo.lock | 8 ++++---- crates/commands/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee1325eb..89a13562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1617,18 +1617,18 @@ checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/crates/commands/Cargo.toml b/crates/commands/Cargo.toml index e041a656..ddd7db29 100644 --- a/crates/commands/Cargo.toml +++ b/crates/commands/Cargo.toml @@ -17,7 +17,7 @@ log.workspace = true rowan.workspace = true rustc-hash.workspace = true syntax = { path = "../syntax" } -thiserror = "1.0.63" +thiserror = "1.0.64" url.workspace = true [dev-dependencies]