Skip to content

Commit

Permalink
Merge pull request #2909 from containers/dependabot/cargo/patch-eb306…
Browse files Browse the repository at this point in the history
…f9f1d
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
2 parents 75449ec + ab22d7a commit 501f770
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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.86"
anyhow = "1.0.87"
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.86"
anyhow = "1.0.87"
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.86"
anyhow = "1.0.87"
crossbeam = "0.8.4"

0 comments on commit 501f770

Please sign in to comment.