chore(deps): bump which from 6.0.3 to 7.0.0
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.3 to 7.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/6.0.3...7.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c774a80f59
commit
99ba74f15c
2 changed files with 15 additions and 3 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -478,7 +478,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"serde_yml",
|
||||
"syntect",
|
||||
"which",
|
||||
"which 7.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4294,7 +4294,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"sigstore-protobuf-specs-derive",
|
||||
"which",
|
||||
"which 6.0.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5196,6 +5196,18 @@ dependencies = [
|
|||
"winsafe",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "which"
|
||||
version = "7.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b"
|
||||
dependencies = [
|
||||
"either",
|
||||
"home",
|
||||
"rustix",
|
||||
"winsafe",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winapi"
|
||||
version = "0.3.9"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ directories = "5"
|
|||
docker_credential = "1"
|
||||
format_serde_error = "0.3"
|
||||
process_control = { version = "4", features = ["crossbeam-channel"] }
|
||||
which = "6"
|
||||
which = "7"
|
||||
|
||||
chrono.workspace = true
|
||||
clap = { workspace = true, features = ["derive", "env"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue