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
2 changed files with 3 additions and 3 deletions

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-cmd-lang = { path = "../nu-cmd-lang", version = "0.92.2" }
nu-ansi-term = { workspace = true }
similar = "2.4"
similar = "2.5"
[dev-dependencies]
typetag = "0.2"