From ffc92da6993a2ec2e68ce814afda8d2c961fcd17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:14:49 +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 67ccd7dc..2d0243ec 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]