From 91dfa8f5afb4457094dc0e9b2bd4c6e0ebcb4723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:17:30 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.51 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52fe115..36c0f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ lazy_static = "1.4.0" proc-macro2 = "1.0.66" quote = "1.0.33" syn = { version = "2.0.38", features = ["full", "extra-traits"] } -thiserror = "1.0.49" +thiserror = "1.0.51" try_match = "0.4.1" str_inflector = "0.12.0"