From 7ee5a7ec60a0590e537dcbcfa8d39dc1cc9b530e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 03:09:24 +0100 Subject: [PATCH] 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](https://github.com/rust-lang/futures-rs/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-upgrade/cli/Cargo.toml | 2 +- token/transfer-hook/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/token-upgrade/cli/Cargo.toml b/token-upgrade/cli/Cargo.toml index 4300005212c..1ba0ef82e61 100644 --- a/token-upgrade/cli/Cargo.toml +++ b/token-upgrade/cli/Cargo.toml @@ -12,7 +12,7 @@ walkdir = "2" [dependencies] clap = { version = "3", features = ["cargo"] } -futures-util = "0.3.28" +futures-util = "0.3.30" solana-clap-v3-utils = "1.17.6" solana-cli-config = "1.17.6" solana-client = "1.17.6" diff --git a/token/transfer-hook/cli/Cargo.toml b/token/transfer-hook/cli/Cargo.toml index 8af045048f3..3b245d2d97b 100644 --- a/token/transfer-hook/cli/Cargo.toml +++ b/token/transfer-hook/cli/Cargo.toml @@ -10,7 +10,7 @@ version = "0.2.0" [dependencies] clap = { version = "3", features = ["cargo"] } -futures-util = "0.3.19" +futures-util = "0.3.30" solana-clap-v3-utils = "=1.17.6" solana-cli-config = "=1.17.6" solana-client = "=1.17.6"