From f5230041583f50fbc033086b8379edec0dacd1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:03:30 +0000 Subject: [PATCH] build(deps): bump formatx from 0.4.1 to 0.4.2 Bumps [formatx](https://github.com/clitic/formatx) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/clitic/formatx/releases) - [Changelog](https://github.com/clitic/formatx/blob/main/CHANGELOG.md) - [Commits](https://github.com/clitic/formatx/compare/0.4.1...0.4.2) --- updated-dependencies: - dependency-name: formatx dependency-version: 0.4.2 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 261bc2bf..05aa0839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,9 +617,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "formatx" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1144371193022ef5985fbe5edd35ca9112e778393b7ecd60600bcbae2583cc77" +checksum = "c59d4b42303d6fdd5f2e058d7a420103752ec6c4bf260c08abd86a14ea5223a3" [[package]] name = "futures-channel"