1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

Bump anyhow from 1.0.51 to 1.0.52

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.51...1.0.52)

---
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:
dependabot[bot] 2021-12-24 00:52:42 +00:00 committed by GitHub
parent e646b939ec
commit 5f0667b9b7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated

@ -19,9 +19,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.51"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
[[package]]
name = "ascii"

@ -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.51"
anyhow = "1.0.52"
crossbeam = "0.8.1"

@ -13,7 +13,7 @@ features = ["std", "suggestions", "derive", "cargo"]
[dependencies]
anyhow = "1.0.51"
anyhow = "1.0.52"
chrono = { version="0.4", features = ["serde"] }
libcgroups = { path = "../libcgroups" }
libcontainer = { path = "../libcontainer" }
@ -33,5 +33,5 @@ clap_generate = { version = "3.0.0-beta.5" }
serial_test = "0.5.1"
[build-dependencies]
anyhow = "1.0.51"
anyhow = "1.0.52"
vergen = "6.0"