From d73a8f3aea21838739fb456a6d3a46495f94accf Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 01:05:29 +0000 Subject: [PATCH] Bump indoc from 1.0.9 to 2.0.4 (#63) Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.9 to 2.0.4. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.9...2.0.4) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4278a13..b74e503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,9 +844,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.9" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "inout" diff --git a/Cargo.toml b/Cargo.toml index 3ab781f..df60dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3" hex = "0.4" itoa = "1.0" indexmap = "2" -indoc = "1.0" +indoc = "2.0" packfile = "0.1" parse_link_header = "0.3" parking_lot = "0.12" -- libgit2 1.7.2