Bump similar from 2.5.0 to 2.6.0 (#13492)

This commit is contained in:
dependabot[bot] 2024-07-31 08:10:33 +00:00 committed by GitHub
parent 3f12b14053
commit d2bf82d22b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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"

View file

@ -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"