mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
Bump which from 7.0.2 to 8.0.0 (#2723)
Bumps [which](https://github.com/harryfei/which-rs) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/7.0.2...8.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec65b372e2
commit
3e98a40206
2 changed files with 4 additions and 5 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -4041,13 +4041,12 @@ checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
|||
|
||||
[[package]]
|
||||
name = "which"
|
||||
version = "7.0.2"
|
||||
version = "8.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
|
||||
checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
|
||||
dependencies = [
|
||||
"either",
|
||||
"env_home",
|
||||
"rustix 0.38.43",
|
||||
"rustix 1.1.2",
|
||||
"winsafe",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ two-face = { version = "0.4.3", default-features = false }
|
|||
unicode-segmentation = "1.12"
|
||||
unicode-truncate = "2.0"
|
||||
unicode-width = "0.2"
|
||||
which = "7.0"
|
||||
which = "8.0"
|
||||
|
||||
[build-dependencies]
|
||||
chrono = { version = "0.4", default-features = false, features = ["clock"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue