Skip to content

Commit

Permalink
Bump async-trait from 0.1.41 to 0.1.42 (paritytech#524)
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 27c488c commit fc5686b
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 @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
ansi_term = "0.12"
async-std = "1.7.0"
async-trait = "0.1.41"
async-trait = "0.1.42"
clap = { version = "2.33.3", features = ["yaml"] }
codec = { package = "parity-scale-codec", version = "1.3.4" }
env_logger = "0.8.2"
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 @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

[dependencies]
async-std = "1.7.0"
async-trait = "0.1.41"
async-trait = "0.1.42"
codec = { package = "parity-scale-codec", version = "1.3.4" }
futures = "0.3.7"
hex = "0.4"
Expand Down

0 comments on commit fc5686b

Please sign in to comment.