mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
Merge pull request #2285 from containers/dependabot/cargo/anyhow-1.0.75
This commit is contained in:
commit
5687957238
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -135,9 +135,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.74"
|
||||
version = "1.0.75"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289"
|
||||
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
||||
|
||||
[[package]]
|
||||
name = "arbitrary"
|
||||
|
@ -26,7 +26,7 @@ default-features = false
|
||||
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.74"
|
||||
anyhow = "1.0.75"
|
||||
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
|
||||
libcgroups = { version = "0.1.0", path = "../libcgroups", default-features = false }
|
||||
libcontainer = { version = "0.1.0", path = "../libcontainer", default-features = false }
|
||||
@ -55,5 +55,5 @@ tempfile = "3"
|
||||
scopeguard = "1.2.0"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.74"
|
||||
anyhow = "1.0.75"
|
||||
vergen = {version ="8.2.4", features =["git","gitcl"]}
|
||||
|
@ -6,5 +6,5 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.74"
|
||||
anyhow = "1.0.75"
|
||||
crossbeam = "0.8.2"
|
||||
|
Loading…
Reference in New Issue
Block a user