mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build: bump which from 4.2.1 to 4.2.2 (#2948)
Bumps [which](https://github.com/harryfei/which-rs) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... 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
b1db771baa
commit
c7a690880d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2057,9 +2057,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "which"
|
||||
version = "4.2.1"
|
||||
version = "4.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7cc009ab82a2afc94b9e467ab4214aee9cad1356cd9191264203d7d72006e00d"
|
||||
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
|
||||
dependencies = [
|
||||
"either",
|
||||
"lazy_static",
|
||||
|
@ -65,7 +65,7 @@ serde = { version = "1.0.127", features = ["derive"] }
|
||||
indexmap = { version ="1.7.0", features = ["serde"] }
|
||||
notify-rust = { version = "4.5.1", optional = true }
|
||||
semver = "1.0.4"
|
||||
which = "4.2.1"
|
||||
which = "4.2.2"
|
||||
shadow-rs = "0.6.3"
|
||||
versions = "3.0.2"
|
||||
strsim = "0.10.0"
|
||||
|
Loading…
Reference in New Issue
Block a user