Skip to content

Commit

Permalink
Bump futures from 0.3.6 to 0.3.7 (paritytech#456)
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 2cf5127 commit bf3f9d9
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 @@ -15,7 +15,7 @@ env_logger = "0.8.1"
ethabi = "12.0"
ethabi-contract = "11.0"
ethabi-derive = "12.0"
futures = "0.3.6"
futures = "0.3.7"
hex = "0.4"
hex-literal = "0.3"
log = "0.4.11"
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 @@ -9,7 +9,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
async-std = "1.6.2"
async-trait = "0.1.41"
codec = { package = "parity-scale-codec", version = "1.3.4" }
futures = "0.3.6"
futures = "0.3.7"
log = "0.4.11"
paste = "1.0"
structopt = "0.3"
Expand Down

0 comments on commit bf3f9d9

Please sign in to comment.