From c44c2b2bd07241aa297b98b51fc690d244cf2669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:07:52 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5e71c1b..7423c6f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.16" indexmap = "2.0.0" rustc-hash = "1.1.0" integer-sqrt = "0.1.5" -thiserror = "1.0.44" +thiserror = "1.0.48" deprecate-until = "0.1.0" [dev-dependencies]