mirror of
https://github.com/hannobraun/Fornjot
synced 2025-03-09 14:42:18 +00:00
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:
parent
2110c11905
commit
fe5686d9a6
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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
|
||||
|
@ -23,4 +23,4 @@ thiserror = "1.0.39"
|
||||
type-map = "0.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
|
@ -12,7 +12,7 @@ categories.workspace = true
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user