Skip to content

Commit

Permalink
build(deps): bump futures from 0.3.30 to 0.3.31 (#7328)
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>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent dd3a50e commit 64708fe
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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 libraries/tlv-account-resolution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spl-pod = { version = "0.4.0", path = "../pod" }
spl-type-length-value = { version = "0.6.0", path = "../type-length-value" }

[dev-dependencies]
futures = "0.3.30"
futures = "0.3.31"
futures-util = "0.3"
solana-client = "2.0.3"
solana-program-test = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion token/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.12.1"
async-trait = "0.1"
bincode = "1.3.2"
bytemuck = "1.18.0"
futures = "0.3.30"
futures = "0.3.31"
futures-util = "0.3"
solana-banks-interface = "2.0.3"
solana-cli-output = { version = "2.0.3", optional = true }
Expand Down

0 comments on commit 64708fe

Please sign in to comment.