Skip to content

Commit 7b9d4a1

Browse files
Bump tokio in /examples/rust-sdk/whirlpool_repositioning_bot (#949)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will <[email protected]>
1 parent 9e25c44 commit 7b9d4a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/rust-sdk/whirlpool_repositioning_bot/Cargo.lock

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

examples/rust-sdk/whirlpool_repositioning_bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ solana-client = { version = "^2.1" }
2525
solana-sdk = { version = "^2.1" }
2626
spl-token-2022 = { version = "^7.0", features = ["no-entrypoint"] }
2727
spl-associated-token-account = { version = "^6.0" }
28-
tokio = { version = "^1.41.1" }
28+
tokio = { version = "^1.43.1" }
2929
tokio-retry = { version = "^0.3.0" }
3030
dotenv = { version = "^0.15.0" }

0 commit comments

Comments
 (0)