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