From b10d8b6994542a1dfdf677323e31f2d78fbf25ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:50:55 +0000 Subject: [PATCH] fix(deps): update rust crate deprecate-until to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 901f2b52..05a1b050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ indexmap = "2.1.0" rustc-hash = "1.1.0" integer-sqrt = "0.1.5" thiserror = "1.0.50" -deprecate-until = "0.1.0" +deprecate-until = "0.1.1" [dev-dependencies] codspeed-criterion-compat = "1.1.0"