Skip to content

Commit

Permalink
Bump futures from 0.3.30 to 0.3.31 (#3060)
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Branislav Kontur <[email protected]>
  • Loading branch information
dependabot[bot] and bkontur authored Oct 7, 2024
1 parent 47625ef commit 86b8207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-std = "1.13.0"
async-trait = "0.1.83"
codec = { package = "parity-scale-codec", version = "3.6.1" }
env_logger = "0.11"
futures = "0.3.30"
futures = "0.3.31"
hex = "0.4"
log = { workspace = true }
num-format = "0.4"
Expand Down

0 comments on commit 86b8207

Please sign in to comment.