Skip to content

Commit

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

---
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 Dec 27, 2023
1 parent 73d765f commit 08738fa
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 @@ -53,7 +53,7 @@ jemalloc = [ "tikv-jemallocator" ]
metrics = [ "snarkos-node-metrics", "snarkos-node/metrics" ]

[dependencies.anyhow]
version = "1.0.76"
version = "1.0.77"

[dependencies.clap]
version = "4.4"
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.76"
version = "1.0.77"

[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 @@ -27,7 +27,7 @@ default-features = false
version = "1"

[dependencies.anyhow]
version = "1.0.76"
version = "1.0.77"

[dependencies.bincode]
version = "1.0"
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.76"
version = "1.0.77"

[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 @@ -33,7 +33,7 @@ version = "0.1.18"
default-features = false

[dependencies.anyhow]
version = "1.0.76"
version = "1.0.77"

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

[dependencies.anyhow]
version = "1.0.76"
version = "1.0.77"

[dependencies.async-recursion]
version = "1.0"
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.76"
version = "1.0.77"

[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 @@ -21,7 +21,7 @@ default = [ ]
metrics = [ "dep:metrics" ]

[dependencies.anyhow]
version = "1.0.76"
version = "1.0.77"

[dependencies.colored]
version = "2"
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.76"
version = "1.0.77"

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

[dependencies.anyhow]
version = "1.0.76"
version = "1.0.77"

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

0 comments on commit 08738fa

Please sign in to comment.