Skip to content

Commit

Permalink
Bump async-std from 1.7.0 to 1.8.0 (paritytech#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and serban300 committed Apr 8, 2024
1 parent 61e34a0 commit 4cecf31
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 @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

[dependencies]
ansi_term = "0.12"
async-std = "1.7.0"
async-std = "1.8.0"
async-trait = "0.1.42"
clap = { version = "2.33.3", features = ["yaml"] }
codec = { package = "parity-scale-codec", version = "1.3.4" }
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 @@ -6,7 +6,7 @@ edition = "2018"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

[dependencies]
async-std = "1.7.0"
async-std = "1.8.0"
async-trait = "0.1.42"
codec = { package = "parity-scale-codec", version = "1.3.4" }
futures = "0.3.8"
Expand Down

0 comments on commit 4cecf31

Please sign in to comment.