From 1e7bef01fc3a3307e475dd7250cc5b2c3f0c2e01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 Sep 2023 19:11:29 +0000 Subject: [PATCH] chore(deps): update rust crate indoc to 2.0.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fe07e50a..d1ba5872e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,9 +917,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "io-lifetimes" diff --git a/Cargo.toml b/Cargo.toml index 8467d7c60..e44c6c1ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ once_cell = "1.18.0" [dev-dependencies] pretty_assertions = "1.4.0" -indoc = "2.0.3" +indoc = "2.0.4" mockall = "0.11.4" mockall_double = "0.3.0" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }