Bump anyhow from 1.0.82 to 1.0.86

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.86)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 05:04:09 +00:00 committed by GitHub
parent 8e1f85a67a
commit 7c00f5de3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -25,9 +25,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.82" version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]] [[package]]
name = "assert_cmd" name = "assert_cmd"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.82" anyhow = "1.0.86"
log = "0.4.20" log = "0.4.20"
rnix = "0.10.2" rnix = "0.10.2"
serde = { version = "1.0.199", features = [ "derive" ] } serde = { version = "1.0.199", features = [ "derive" ] }

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.82" anyhow = "1.0.86"
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directives = { path = "../directives" } directives = { path = "../directives" }
log = "0.4.20" log = "0.4.20"

View File

@ -4,7 +4,7 @@ version = "2.0.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.82" anyhow = "1.0.86"
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directories = "5.0.1" directories = "5.0.1"
directives = { path = "../directives" } directives = { path = "../directives" }