From f10b6fa19b06d9630a8d7fb29e993f70a54be33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:34:47 +0000 Subject: [PATCH] chore(deps): bump xx from 2.3.1 to 2.5.1 in the all group Bumps the all group with 1 update: [xx](https://github.com/jdx/xx). Updates `xx` from 2.3.1 to 2.5.1 - [Release notes](https://github.com/jdx/xx/releases) - [Changelog](https://github.com/jdx/xx/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/xx/compare/v2.3.1...v2.5.1) --- updated-dependencies: - dependency-name: xx dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0507b61..52d7760 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3881,9 +3881,9 @@ checksum = "2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5" [[package]] name = "xx" -version = "2.3.1" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2df0028c106b318c37108eaa6930ee85c73e0ad03e2d54dfe7fea44975c1259" +checksum = "82a174a1d4ba003417df5f1ac4f66fa5a198aa08abcc9c0b67bb2e4b8a9bf9b5" dependencies = [ "duct", "filetime", @@ -3892,6 +3892,7 @@ dependencies = [ "miette", "rand", "regex", + "strsim", "thiserror 2.0.17", ]