Skip to content

Commit

Permalink
Merge pull request AleoNet#2981 from AleoHQ/dependabot/cargo/testnet3…
Browse files Browse the repository at this point in the history
…/anyhow-1.0.79

build(deps): bump anyhow from 1.0.77 to 1.0.79
  • Loading branch information
howardwu authored Jan 9, 2024
2 parents eb6a264 + ad6ad6d commit 052457b
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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

[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.77"
version = "1.0.79"

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

0 comments on commit 052457b

Please sign in to comment.