From aa2551aaad9f17cf85c942241bd5d2fd86c34713 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:51:09 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.51 --- Cargo.lock | 8 ++++---- toolshed/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 009ee2b9..4623894d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3244,18 +3244,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" dependencies = [ "proc-macro2", "quote", diff --git a/toolshed/Cargo.toml b/toolshed/Cargo.toml index cf9f9ac3..35c94847 100644 --- a/toolshed/Cargo.toml +++ b/toolshed/Cargo.toml @@ -18,7 +18,7 @@ ethers-core = { version = "2.0.11", default-features = false } sha3 = "0.10.8" serde = { version = "1.0.193", features = ["derive"] } serde_with = "3.4.0" -thiserror = "1.0.50" +thiserror = "1.0.51" url = { version = "2.5.0", optional = true } async-graphql = "6.0.11"