From 783b9cb2d62b853aff6f681eaadf555dbcc7fd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 08:22:31 +0000 Subject: [PATCH] chore(deps): bump constcat from 0.6.0 to 0.6.1 Bumps [constcat](https://github.com/rossmacarthur/constcat) from 0.6.0 to 0.6.1. - [Changelog](https://github.com/rossmacarthur/constcat/blob/trunk/RELEASES.md) - [Commits](https://github.com/rossmacarthur/constcat/commits) --- updated-dependencies: - dependency-name: constcat dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eae7d32..aff0ac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -965,9 +965,9 @@ dependencies = [ [[package]] name = "constcat" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffb5df6dd5dadb422897e8132f415d7a054e3cd757e5070b663f75bea1840fb" +checksum = "136d3e02915a2cea4d74caa8681e2d44b1c3254bdbf17d11d41d587ff858832c" [[package]] name = "core-foundation"