From 01d3def8988c9403352a53da1ff6b63d16d78992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:26:35 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.50 --- toolshed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolshed/Cargo.toml b/toolshed/Cargo.toml index cf10aec7..ed2ad415 100644 --- a/toolshed/Cargo.toml +++ b/toolshed/Cargo.toml @@ -21,7 +21,7 @@ graphql-parser = { version = "0.4.0", optional = true } sha3 = "0.10.6" serde = { version = "1.0.152", features = ["derive"] } serde_with = "3.2.0" -thiserror = "1.0.49" +thiserror = "1.0.50" url = { version = "2.4.0", optional = true } async-graphql = "6.0.10"