mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
Bump anyhow from 1.0.87 to 1.0.88 in the patch group
Bumps the patch group with 1 update: [anyhow](https://github.com/dtolnay/anyhow). Updates `anyhow` from 1.0.87 to 1.0.88 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
501f7703a7
commit
ea4791ab1a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -141,9 +141,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.87"
|
||||
version = "1.0.88"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8"
|
||||
checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356"
|
||||
|
||||
[[package]]
|
||||
name = "arbitrary"
|
||||
|
@ -27,7 +27,7 @@ default-features = false
|
||||
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.87"
|
||||
anyhow = "1.0.88"
|
||||
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
|
||||
libcgroups = { path = "../libcgroups", default-features = false, version = "0.4.1" } # MARK: Version
|
||||
libcontainer = { path = "../libcontainer", default-features = false, version = "0.4.1" } # MARK: Version
|
||||
@ -56,5 +56,5 @@ tempfile = "3"
|
||||
scopeguard = "1.2.0"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.87"
|
||||
anyhow = "1.0.88"
|
||||
vergen-gitcl = { version = "1.0.0", features = ["build"] }
|
||||
|
@ -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.87"
|
||||
anyhow = "1.0.88"
|
||||
crossbeam = "0.8.4"
|
||||
|
Loading…
Reference in New Issue
Block a user