From fb80d0b63a3c230d4a27e1cd0863d915f60b535a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 08:57:17 +0000 Subject: [PATCH] build(deps): bump indoc from 2.0.5 to 2.0.6 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.5...2.0.6) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/config/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db6ceab37..acf640a51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2765,9 +2765,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" +checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" [[package]] name = "inherent" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 6e3d9a69d..0dc767132 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -35,7 +35,7 @@ rustls-pemfile = "2.2.0" rand.workspace = true rand_chacha.workspace = true -indoc = "2.0.5" +indoc = "2.0.6" governor.workspace = true