Skip to content

Commit

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

---
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 Jan 26, 2024
1 parent de6b1eb commit 254db71
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 crates/core-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["substrate", "pallet", "macro", "configuration"]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
anyhow = { version = "1.0.66", optional = true }
anyhow = { version = "1.0.79", optional = true }
rand = { version = "0.8.4", optional = true }
serde = { version = "1.0.163", optional = true }
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/rc-validator-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tracing = "0.1.37"
log = "0.4"
rand = "0.8"
derive_more = "0.99.17"
anyhow = "1.0.66"
anyhow = "1.0.79"
libp2p = { version = "0.50.0", features = ["dns", "metrics", "identify", "kad", "gossipsub", "macros", "mdns", "mplex", "noise", "ping", "tcp", "tokio", "yamux", "websocket"] }
tokio-stream = { version = "0.1" }
tokio = { version = "1.21.2", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/rc-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
# rand_core = "0.6.4"
log = "0.4"
anyhow = "1.0.66"
anyhow = "1.0.79"
# rand = "0.8.4"
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"]}
scale-info = { version = "2.2.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion redlight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus.git", b
codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] }

clap = { version = "4.0.9", features = ["derive","env"] }
anyhow = "1.0.66"
anyhow = "1.0.79"
tracing = "0.1.37"
tokio-stream = { version = "0.1" }
tracing-subscriber = { version = "0.2.25", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion redoxt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "src/lib.rs"
rand = "0.8.4"
derive_more = "0.99.17"
structopt = "0.3.25"
anyhow = "1.0.66"
anyhow = "1.0.79"
tokio = { version = "1.28", features = ["process","macros", "time", "rt-multi-thread"] }
frost-ed25519 = { version="1.0.0-rc.0"}
futures = { version = "0.3.27", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 254db71

Please sign in to comment.