Skip to content

Commit

Permalink
Merge pull request youki-dev#2916 from containers/dependabot/cargo/pa…
Browse files Browse the repository at this point in the history
…tch-1e1c81b323
  • Loading branch information
github-actions[bot] authored Sep 18, 2024
2 parents d9fcd5f + a819b0b commit fb2fcf3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
41 changes: 20 additions & 21 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.88"
anyhow = "1.0.89"
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.88"
vergen-gitcl = { version = "1.0.0", features = ["build"] }
anyhow = "1.0.89"
vergen-gitcl = { version = "1.0.1", 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.88"
anyhow = "1.0.89"
crossbeam = "0.8.4"

0 comments on commit fb2fcf3

Please sign in to comment.