mirror of
https://github.com/containers/youki
synced 2024-11-23 01:11:58 +01:00
chore(deps): bump anyhow from 1.0.72 to 1.0.74
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.74. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.74) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51590735c4
commit
63be6c75af
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -135,9 +135,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.72"
|
||||
version = "1.0.74"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
||||
checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289"
|
||||
|
||||
[[package]]
|
||||
name = "arbitrary"
|
||||
|
@ -26,7 +26,7 @@ default-features = false
|
||||
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
anyhow = "1.0.74"
|
||||
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.72"
|
||||
anyhow = "1.0.74"
|
||||
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.72"
|
||||
anyhow = "1.0.74"
|
||||
crossbeam = "0.8.2"
|
||||
|
Loading…
Reference in New Issue
Block a user