From dc90eb4be435edbe35aa0e4caaf5faf1f0d6822f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 06:05:26 +0000 Subject: [PATCH] build(deps): bump similar from 2.7.0 to 3.2.0 Bumps [similar](https://github.com/mitsuhiko/similar) from 2.7.0 to 3.2.0. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/2.7.0...3.2.0) --- updated-dependencies: - dependency-name: similar dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4930cfc..c878d48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6343,9 +6343,12 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "similar" -version = "2.7.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" +checksum = "4f66ca1f7aca2474dc10c942eb22feffc897735f54cd1db90138c2fddb490987" +dependencies = [ + "bstr", +] [[package]] name = "simple_asn1" diff --git a/Cargo.toml b/Cargo.toml index 0492f0a..d908723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -296,7 +296,7 @@ dirs = "6" dunce = "1" which = "6" shlex = "1" -similar = "2" +similar = "3" semver = "1.0" diffy = "0.4" walkdir = "2"