From db04210c6c2e2743ac5b582142c39cb4a9b3e969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:53:46 +0000 Subject: [PATCH] chore(deps): bump similar from 3.1.0 to 3.1.1 Bumps [similar](https://github.com/mitsuhiko/similar) from 3.1.0 to 3.1.1. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: similar dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdb223c5e..c584fcfa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ dependencies = [ "serde_json", "sha2", "sha3", - "similar 3.1.0", + "similar 3.1.1", "spdx", "tar", "temp-dir", @@ -2849,9 +2849,9 @@ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" [[package]] name = "similar" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04d93e861ede2e497b47833469b8ec9d5c07fa4c78ce7a00f6eb7dd8168b4b3f" +checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16" dependencies = [ "bstr", ] diff --git a/Cargo.toml b/Cargo.toml index bdda3748f..8e9546fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ cargo-wix = "0.3.9" uuid = { version = "1", features = ["v4"] } mach_object = "0.1" goblin = "0.10.5" -similar = "3.1.0" +similar = "3.1.1" tokio = { version = "1.52.3", features = ["full"] } temp-dir = "0.2.0" sha3 = "0.10.8"