mirror of
https://github.com/hannobraun/Fornjot
synced 2025-03-09 14:42:18 +00:00
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:
parent
f87f1fc8bb
commit
e43a186fab
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.64"
|
||||
anyhow = "1.0.65"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "3.2.20"
|
||||
|
@ -36,4 +36,4 @@ path = "../fj-math"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.64"
|
||||
anyhow = "1.0.65"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user