Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.65 to 1.0.66
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.65...1.0.66)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2022
1 parent e19307d commit 455c893
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 @@ -17,7 +17,7 @@ default-features = false
features = ["std", "suggestions", "derive", "cargo"]

[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
chrono = { version="0.4", features = ["serde"] }
libcgroups = { version = "0.0.3", path = "../libcgroups" }
libcontainer = { version = "0.0.3", path = "../libcontainer" }
Expand All @@ -37,5 +37,5 @@ clap_complete = "3.2.5"
serial_test = "0.9.0"

[build-dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
vergen = "7.2.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.65"
anyhow = "1.0.66"
crossbeam = "0.8.2"

0 comments on commit 455c893

Please sign in to comment.