Bump anyhow from 1.0.69 to 1.0.70

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

---
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-03-20 13:16:03 +00:00 committed by GitHub
parent 2110c11905
commit fe5686d9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -100,9 +100,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.69"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "approx"

View File

@ -11,7 +11,7 @@ keywords.workspace = true
categories.workspace = true
[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
fj.workspace = true
fj-export.workspace = true
fj-host.workspace = true

View File

@ -23,4 +23,4 @@ thiserror = "1.0.39"
type-map = "0.5.0"
[dev-dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"

View File

@ -12,7 +12,7 @@ categories.workspace = true
[build-dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
[dependencies]

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
log = "0.4.17"
regex = "1.7.0"
semver = "1.0.17"

View File

@ -5,7 +5,7 @@ edition = "2021"
publish = false
[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
chrono = "0.4.24"
map-macro = "0.2.5"
octocrab = "0.18.1"

View File

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"

View File

@ -6,8 +6,8 @@ publish = false
[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
tempfile = "3.4.0"
[build-dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"

View File

@ -6,7 +6,7 @@ publish = false
[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
cargo_metadata = "0.15.3"
cmd_lib = "1.3.0"
env_logger = "0.10.0"