Skip to content

Commit

Permalink
chore: bump futures-util from 0.3.16 to 0.3.17 (solana-labs#19498)
Browse files Browse the repository at this point in the history
* chore: bump futures-util from 0.3.16 to 0.3.17

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.16 to 0.3.17.
- [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.16...0.3.17)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Aug 30, 2021
1 parent 8ad52fa commit fbffdf9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytecount = "0.6.2"
clap = "2.33.1"
csv = "1.1.6"
futures = "0.3.16"
futures-util = "0.3.16"
futures-util = "0.3.17"
histogram = "*"
itertools = "0.10.1"
log = { version = "0.4.14" }
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crossbeam-channel = "0.5"
ed25519-dalek = "1.0.1"
fs_extra = "1.2.0"
futures = "0.3.16"
futures-util = "0.3.16"
futures-util = "0.3.17"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.101"
Expand Down
28 changes: 14 additions & 14 deletions programs/bpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbffdf9

Please sign in to comment.