Skip to content

Commit

Permalink
Merge pull request #1694 from containers/dependabot/cargo/anyhow-1.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 20, 2023
2 parents 3011127 + 7e2c932 commit 5604f94
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.69"
anyhow = "1.0.70"
chrono = { version = "0.4", features = ["serde"] }
libcgroups = { version = "0.0.4", path = "../libcgroups", default-features = false }
libcontainer = { version = "0.0.4", path = "../libcontainer", default-features = false }
Expand All @@ -52,5 +52,5 @@ wasmtime-wasi = {version = "6.0.1", optional = true }
serial_test = "1.0.0"

[build-dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
vergen = "7.5.1"
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.69"
anyhow = "1.0.70"
crossbeam = "0.8.2"

0 comments on commit 5604f94

Please sign in to comment.