Bump anyhow from 1.0.64 to 1.0.65

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

---
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] 2022-09-19 12:46:09 +00:00 committed by GitHub
parent f87f1fc8bb
commit e43a186fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -85,9 +85,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.64"
version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7"
checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
[[package]]
name = "anymap"

View File

@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"]
[dependencies]
anyhow = "1.0.64"
anyhow = "1.0.65"
[dependencies.clap]
version = "3.2.20"

View File

@ -36,4 +36,4 @@ path = "../fj-math"
[dev-dependencies]
anyhow = "1.0.64"
anyhow = "1.0.65"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.64"
anyhow = "1.0.65"
log = "0.4.17"
regex = "1.6.0"
semver = "1.0.13"

View File

@ -5,7 +5,7 @@ edition = "2021"
publish = false
[dependencies]
anyhow = "1.0.64"
anyhow = "1.0.65"
chrono = "0.4.22"
map-macro = "0.2.4"
octocrab = "0.17.0"

View File

@ -6,8 +6,8 @@ publish = false
[dependencies]
anyhow = "1.0.64"
anyhow = "1.0.65"
tempfile = "3.3.0"
[build-dependencies]
anyhow = "1.0.64"
anyhow = "1.0.65"

View File

@ -6,7 +6,7 @@ publish = false
[dependencies]
anyhow = "1.0.64"
anyhow = "1.0.65"
cargo_metadata = "0.15.0"
cmd_lib = "1.3.0"
env_logger = "0.9.1"