Bump similar from 2.5.0 to 2.6.0
Bumps [similar](https://github.com/mitsuhiko/similar) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: similar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8e2917b9ae
commit
c23c70618f
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user