1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

Merge pull request #2867 from containers/dependabot/cargo/patch-6fd2c657cb

This commit is contained in:
github-actions[bot] 2024-07-30 00:57:12 +00:00 committed by GitHub
commit 08c61adae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated

@ -555,7 +555,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"uuid",
"which 6.0.1",
"which 6.0.2",
]
[[package]]
@ -5370,9 +5370,9 @@ dependencies = [
[[package]]
name = "which"
version = "6.0.1"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075"
dependencies = [
"either",
"home",

@ -21,7 +21,7 @@ serde_json = "1.0"
tar = "0.4"
test_framework = { path = "../test_framework" }
uuid = "1.10"
which = "6.0.1"
which = "6.0.2"
tempfile = "3"
scopeguard = "1.2.0"
tracing = { version = "0.1.40", features = ["attributes"]}