From d2bf82d22b35d77509f71ebefefb3e3e61c3e278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 08:10:33 +0000 Subject: [PATCH] Bump similar from 2.5.0 to 2.6.0 (#13492) --- Cargo.lock | 4 ++-- crates/nu-plugin-test-support/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f30d77f007..1c0fd9a954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5666,9 +5666,9 @@ checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" [[package]] name = "similar" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" +checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" [[package]] name = "simplelog" diff --git a/crates/nu-plugin-test-support/Cargo.toml b/crates/nu-plugin-test-support/Cargo.toml index 344ccb1c2d..66c5146e6e 100644 --- a/crates/nu-plugin-test-support/Cargo.toml +++ b/crates/nu-plugin-test-support/Cargo.toml @@ -21,7 +21,7 @@ nu-plugin-engine = { path = "../nu-plugin-engine", version = "0.96.2" } nu-plugin-protocol = { path = "../nu-plugin-protocol", version = "0.96.2" } nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.96.2" } nu-ansi-term = { workspace = true } -similar = "2.5" +similar = "2.6" [dev-dependencies] typetag = "0.2"