Bump anyhow from 1.0.71 to 1.0.72

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

---
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] 2023-07-17 12:45:46 +00:00 committed by Hanno Braun
parent 21b649eb03
commit d6b13aef63
7 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -165,9 +165,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.71"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "approx"

View File

@ -23,4 +23,4 @@ type-map = "0.5.0"
[dev-dependencies]
pretty_assertions = "1.4.0"
anyhow = "1.0.71"
anyhow = "1.0.72"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
log = "0.4.19"
regex = "1.9.1"
semver = "1.0.18"

View File

@ -5,7 +5,7 @@ edition = "2021"
publish = false
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
chrono = "0.4.26"
map-macro = "0.2.6"
octocrab = "0.26.0"

View File

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"

View File

@ -6,8 +6,8 @@ publish = false
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
tempfile = "3.6.0"
[build-dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"

View File

@ -6,7 +6,7 @@ publish = false
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
cargo_metadata = "0.15.4"
cmd_lib = "1.3.0"
env_logger = "0.10.0"