From 9b97f648dde89a2bf67f145d3bb34b0b6051d8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:00:23 +0000 Subject: [PATCH] Bump similar from 2.3.0 to 2.4.0 Bumps [similar](https://github.com/mitsuhiko/similar) from 2.3.0 to 2.4.0. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: similar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b6176ad..3a4794f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2820,9 +2820,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" +checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" [[package]] name = "siphasher" diff --git a/Cargo.toml b/Cargo.toml index 984448f0..9d5dd7b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ schemars = { version = "0.8.16", features = ["chrono", "uuid1"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.109" serial_test = "1.0.0" -similar = "2.3.0" +similar = "2.4.0" sha2 = "0.10.8" tabwriter = "1.3.0" tempfile = "3.9.0"