1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-05 23:26:32 +02:00

Merge pull request #1090 from containers/dependabot/cargo/anyhow-1.0.60

chore(deps): bump anyhow from 1.0.58 to 1.0.60
This commit is contained in:
Thomas Schubart 2022-08-09 22:00:57 +02:00 committed by GitHub
commit 5edfb3c4a2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -39,9 +39,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.58"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
[[package]]
name = "ascii"
@ -1600,9 +1600,9 @@ dependencies = [
[[package]]
name = "procfs"
version = "0.13.2"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "979e5cb47caafb8e14653bb083358e19917ca8c9c4c2648932eccd935f5c4d80"
checksum = "c1391b61957e3b6f25a59ca2e057d22a44415917d87893986f6627fef109d32f"
dependencies = [
"bitflags",
"byteorder",

View File

@ -17,7 +17,7 @@ default-features = false
features = ["std", "suggestions", "derive", "cargo"]
[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.60"
chrono = { version="0.4", features = ["serde"] }
libcgroups = { version = "0.0.3", path = "../libcgroups" }
libcontainer = { version = "0.0.3", path = "../libcontainer" }
@ -37,5 +37,5 @@ clap_complete = "3.2.3"
serial_test = "0.8.0"
[build-dependencies]
anyhow = "1.0.58"
anyhow = "1.0.60"
vergen = "7.3"

View File

@ -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.58"
anyhow = "1.0.60"
crossbeam = "0.8.2"