Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 64708fe

Browse files
build(deps): bump futures from 0.3.30 to 0.3.31 (#7328)
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>
1 parent dd3a50e commit 64708fe

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tlv-account-resolution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spl-pod = { version = "0.4.0", path = "../pod" }
2121
spl-type-length-value = { version = "0.6.0", path = "../type-length-value" }
2222

2323
[dev-dependencies]
24-
futures = "0.3.30"
24+
futures = "0.3.31"
2525
futures-util = "0.3"
2626
solana-client = "2.0.3"
2727
solana-program-test = "2.0.3"

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.12.1"
1111
async-trait = "0.1"
1212
bincode = "1.3.2"
1313
bytemuck = "1.18.0"
14-
futures = "0.3.30"
14+
futures = "0.3.31"
1515
futures-util = "0.3"
1616
solana-banks-interface = "2.0.3"
1717
solana-cli-output = { version = "2.0.3", optional = true }

0 commit comments

Comments
 (0)