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

Commit 7ee5a7e

Browse files
build(deps): bump futures-util from 0.3.29 to 0.3.30 (#6024)
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30. - [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.29...0.3.30) --- updated-dependencies: - dependency-name: futures-util 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 06b15ab commit 7ee5a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

token-upgrade/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ walkdir = "2"
1212

1313
[dependencies]
1414
clap = { version = "3", features = ["cargo"] }
15-
futures-util = "0.3.28"
15+
futures-util = "0.3.30"
1616
solana-clap-v3-utils = "1.17.6"
1717
solana-cli-config = "1.17.6"
1818
solana-client = "1.17.6"

token/transfer-hook/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.2.0"
1010

1111
[dependencies]
1212
clap = { version = "3", features = ["cargo"] }
13-
futures-util = "0.3.19"
13+
futures-util = "0.3.30"
1414
solana-clap-v3-utils = "=1.17.6"
1515
solana-cli-config = "=1.17.6"
1616
solana-client = "=1.17.6"

0 commit comments

Comments
 (0)