1
0
mirror of https://github.com/containers/youki synced 2024-09-28 15:01:29 +02:00

Merge pull request #1503 from containers/dependabot/cargo/which-4.4.0

chore(deps): bump which from 4.3.0 to 4.4.0
This commit is contained in:
Toru Komatsu 2023-01-23 15:37:15 +09:00 committed by GitHub
commit d02acbcc1a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -3872,9 +3872,9 @@ dependencies = [
[[package]]
name = "which"
version = "4.3.0"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
dependencies = [
"either",
"libc",

@ -22,7 +22,7 @@ serde_json = "1.0"
tar = "0.4"
test_framework = { path = "../test_framework" }
uuid = "1.2"
which = "4.3.0"
which = "4.4.0"
[dependencies.clap]
version = "4.0.32"