From 1a79c6e8fcd19c79f3c18e87df0de27335103e6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 09:35:49 +0000 Subject: [PATCH] chore(deps): update rust crate indoc to 2.0.5 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4921049..790cadd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ termcolor = "1.1" [dev-dependencies] ctor = "0.2.7" -indoc = "2.0.4" +indoc = "2.0.5" [package.metadata.release] allow-branch = ["main"]