Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.74 to 1.0.75
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.74 to 1.0.75.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.74...1.0.75)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2023
1 parent cb44f7f commit a4a7ba8
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ path = "snarkos/main.rs"
jemalloc = [ "tikv-jemallocator" ]

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.clap]
version = "4.3"
Expand Down
2 changes: 1 addition & 1 deletion account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.colored]
version = "2"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default-features = false
version = "1"

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.clap]
version = "4.3"
Expand Down
2 changes: 1 addition & 1 deletion display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.crossterm]
version = "0.27"
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version = "0.1.18"
default-features = false

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.async-trait]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion node/cdn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = [ "parallel" ]
parallel = [ "rayon" ]

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.backoff]
version = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion node/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = "2021"
default = [ ]

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.parking_lot]
version = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion node/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = [ ]
test = [ ]

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.bincode]
version = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion node/rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = [ "parallel" ]
parallel = [ "rayon" ]

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.axum]
version = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion node/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = "2021"
test = [ ]

[dependencies.anyhow]
version = "1.0.74"
version = "1.0.75"

[dependencies.async-trait]
version = "0.1"
Expand Down

0 comments on commit a4a7ba8

Please sign in to comment.