Skip to content

Commit

Permalink
Merge pull request #2911 from containers/dependabot/cargo/patch-1f6d6…
Browse files Browse the repository at this point in the history
…dbc7f
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
2 parents 501f770 + ea4791a commit d9fcd5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion tests/contest/test_framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d9fcd5f

Please sign in to comment.