From dc8643e27b5af558f274fee65c128f191e7736c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:38:34 +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 fb3560dda..ad6690c4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ dependencies = [ "serde_json", "sha2", "sha3", - "similar 3.1.0", + "similar 3.1.1", "spdx", "tar", "tempfile", @@ -3114,9 +3114,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 a701d3a0c..1e5042189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ serde_yaml = { version = "0.9.34" } serial_test = "3.4.0" sha2 = "0.10.9" sha3 = "0.10.8" -similar = "3.1.0" +similar = "3.1.1" spdx = "0.13.4" tar = "0.4.45" target-lexicon = { version = "0.13.2", features = ["std"] }