Skip to content

Commit

Permalink
chore: bump futures-util from 0.3.19 to 0.3.21 (#23418)
Browse files Browse the repository at this point in the history
* chore: bump futures-util from 0.3.19 to 0.3.21

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

---
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 Mar 1, 2022
1 parent 7d1810b commit a0d68ef
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 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 client-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-client-test"
edition = "2021"

[dependencies]
futures-util = "0.3.19"
futures-util = "0.3.21"
serde_json = "1.0.78"
serial_test = "0.6.0"
solana-client = { path = "../client", version = "=1.10.0" }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bincode = "1.3.3"
bs58 = "0.4.0"
clap = "2.33.0"
crossbeam-channel = "0.5"
futures-util = "0.3.19"
futures-util = "0.3.21"
indicatif = "0.16.2"
jsonrpc-core = "18.0.0"
log = "0.4.14"
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.

2 changes: 1 addition & 1 deletion streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
crossbeam-channel = "0.5"
futures-util = "0.3.19"
futures-util = "0.3.21"
histogram = "0.6.9"
itertools = "0.10.3"
libc = "0.2.117"
Expand Down

0 comments on commit a0d68ef

Please sign in to comment.