chore(deps): bump constcat from 0.5.1 to 0.6.0

Bumps [constcat](https://github.com/rossmacarthur/constcat) from 0.5.1 to 0.6.0.
- [Changelog](https://github.com/rossmacarthur/constcat/blob/trunk/RELEASES.md)
- [Commits](https://github.com/rossmacarthur/constcat/compare/0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: constcat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-03 09:01:24 +00:00 committed by Gerald Pinder
parent f1cc7cdf86
commit 0ad88e3e7b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -823,9 +823,9 @@ dependencies = [
[[package]]
name = "constcat"
version = "0.5.1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4938185353434999ef52c81753c8cca8955ed38042fc29913db3751916f3b7ab"
checksum = "5ffb5df6dd5dadb422897e8132f415d7a054e3cd757e5070b663f75bea1840fb"
[[package]]
name = "core-foundation"

View file

@ -12,7 +12,7 @@ license.workspace = true
atty = "0.2"
base64 = "0.22"
blake2 = "0.10"
constcat = "0.5"
constcat = "0.6"
directories = "6"
docker_credential = "1"
format_serde_error = "0.3"