Skip to content

Commit

Permalink
Merge pull request #480 from utam0k/dependabot/cargo/anyhow-1.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 16, 2023
2 parents 57a2873 + 8e3e316 commit 10385ab
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 @@ -26,7 +26,7 @@ default-features = false
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.74"
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
libcgroups = { version = "0.1.0", path = "../libcgroups", default-features = false }
libcontainer = { version = "0.1.0", path = "../libcontainer", default-features = false }
Expand Down Expand Up @@ -55,5 +55,5 @@ tempfile = "3"
scopeguard = "1.2.0"

[build-dependencies]
anyhow = "1.0.72"
anyhow = "1.0.74"
vergen = {version ="8.2.4", features =["git","gitcl"]}
2 changes: 1 addition & 1 deletion tests/rust-integration-tests/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.72"
anyhow = "1.0.74"
crossbeam = "0.8.2"

0 comments on commit 10385ab

Please sign in to comment.