From 11fe9128a371c2aef2ff8d133e3c6215743d22cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 12:59:17 +0000 Subject: [PATCH] Bump formatx from 0.2.3 to 0.2.4 Bumps [formatx](https://github.com/clitic/formatx) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/clitic/formatx/blob/main/CHANGELOG.md) - [Commits](https://github.com/clitic/formatx/compare/0.2.3...0.2.4) --- updated-dependencies: - dependency-name: formatx dependency-version: 0.2.4 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 c4b9cea..685c110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1353,9 +1353,9 @@ dependencies = [ [[package]] name = "formatx" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa6f3b9014e23925937fbf4d05f27a6f4efe42545f98690b94f193bdb3f1959e" +checksum = "d8866fac38f53fc87fa3ae1b09ddd723e0482f8fa74323518b4c59df2c55a00a" [[package]] name = "fs2"