From f71699dcf2cf77b3d6c6e6e03737d2e41ad20326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:31:17 +0000 Subject: [PATCH] build(deps): bump similar from 2.3.0 to 2.7.0 in /tmpl8 Bumps [similar](https://github.com/mitsuhiko/similar) from 2.3.0 to 2.7.0. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/2.3.0...2.7.0) --- updated-dependencies: - dependency-name: similar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tmpl8/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpl8/Cargo.lock b/tmpl8/Cargo.lock index fcf3ef6..fd1ebe4 100644 --- a/tmpl8/Cargo.lock +++ b/tmpl8/Cargo.lock @@ -689,9 +689,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.3.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" +checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" [[package]] name = "siphasher"