From 0ad88e3e7b46989cc10e060248181c45338f3e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:01:24 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba5281f..28d4571 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 1760374..3b96c47 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -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"