Skip to content

Commit

Permalink
Bump async-std from 1.5.0 to 1.6.0 (paritytech#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and serban300 committed Apr 9, 2024
1 parent b065560 commit 3115a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/relays/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
ansi_term = "0.12"
async-std = "=1.5.0"
async-std = "=1.6.0"
async-stream = "0.2.0"
async-trait = "0.1.33"
clap = { version = "2.33.1", features = ["yaml"] }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
async-std = "=1.5.0"
async-std = "=1.6.0"
clap = "2.33.1"
ctrlc = "3.1.4"
derive_more = "0.99.7"
Expand Down

0 comments on commit 3115a63

Please sign in to comment.