From d76c08c4dad07fd7250c84cdc230704f528d4809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:26:56 +0000 Subject: [PATCH] build(deps): bump similar from 2.2.1 to 2.3.0 in /tmpl8 Bumps [similar](https://github.com/mitsuhiko/similar) from 2.2.1 to 2.3.0. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/2.2.1...2.3.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 4030e8c..6348f26 100644 --- a/tmpl8/Cargo.lock +++ b/tmpl8/Cargo.lock @@ -686,9 +686,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.2.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" +checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" [[package]] name = "siphasher"