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

Commit 06b15ab

Browse files
build(deps): bump futures from 0.3.29 to 0.3.30 (#6023)
Bumps [futures](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 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 d313ec1 commit 06b15ab

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 40 additions & 40 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
@@ -19,7 +19,7 @@ spl-type-length-value = { version = "0.3", path = "../type-length-value" }
1919
spl-pod = { version = "0.1", path = "../pod" }
2020

2121
[dev-dependencies]
22-
futures = "0.3.29"
22+
futures = "0.3.30"
2323
futures-util = "0.3"
2424
solana-client = "1.17.6"
2525
solana-program-test = "1.17.6"

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.8.0"
1010
[dependencies]
1111
async-trait = "0.1"
1212
curve25519-dalek = "3.2.1"
13-
futures = "0.3.29"
13+
futures = "0.3.30"
1414
futures-util = "0.3"
1515
solana-banks-interface = "1.17.6"
1616
solana-cli-output = { version = "1.17.6", optional = true }

0 commit comments

Comments
 (0)