From 5c68c8956609bb4b16d4df81c1733d897352bef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:44:42 -0400 Subject: [PATCH] Bump similar from 2.2.1 to 2.3.0 (#7862) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 573eef8de8..e52d19b315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2766,9 +2766,9 @@ checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" [[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" diff --git a/Cargo.toml b/Cargo.toml index 32ca324b31..e9e6798270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ schemars = { version = "0.8.15" } serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.107" } shellexpand = { version = "3.0.0" } -similar = { version = "2.2.1", features = ["inline"] } +similar = { version = "2.3.0", features = ["inline"] } smallvec = { version = "1.11.1" } static_assertions = "1.1.0" strum = { version = "0.25.0", features = ["strum_macros"] }