Bump similar from 2.4.0 to 2.5.0 (#12375)

This commit is contained in:
dependabot[bot] 2024-04-07 21:50:11 +00:00 committed by GitHub
parent 625a9144cf
commit 56c9587cc3
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

@ -5152,9 +5152,9 @@ checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
[[package]] [[package]]
name = "similar" name = "similar"
version = "2.4.0" version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
[[package]] [[package]]
name = "simplelog" name = "simplelog"

View File

@ -15,7 +15,7 @@ nu-parser = { path = "../nu-parser", version = "0.92.2", features = ["plugin"] }
nu-plugin = { path = "../nu-plugin", version = "0.92.2" } nu-plugin = { path = "../nu-plugin", version = "0.92.2" }
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.92.2" } nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.92.2" }
nu-ansi-term = { workspace = true } nu-ansi-term = { workspace = true }
similar = "2.4" similar = "2.5"
[dev-dependencies] [dev-dependencies]
typetag = "0.2" typetag = "0.2"