🏡 index : ~doyle/gitlab-cargo-shim.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-06 1:05:29.0 +00:00:00
committer GitHub <noreply@github.com> 2024-01-06 1:05:29.0 +00:00:00
commit
d73a8f3aea21838739fb456a6d3a46495f94accf [patch]
tree
798f5fe275bc97c002f544590d1d76cbbf4c94ba
parent
9ee60bd336068ea22e2ff80f5a5d63896088ed51
download
d73a8f3aea21838739fb456a6d3a46495f94accf.tar.gz

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Diff

 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"