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

Commit ddf7711

Browse files
build(deps): bump tokio from 1.39.3 to 1.40.0 (#7217)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f691bc7 commit ddf7711

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

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

libraries/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thiserror = "1.0.63"
2020
rand_distr = "0.4.3"
2121
rand = "0.8"
2222
spl-merkle-tree-reference = { version = "0.1.0", path = "../merkle-tree-reference" }
23-
tokio = { version = "1.39", features = ["full"] }
23+
tokio = { version = "1.40", features = ["full"] }
2424

2525
[lib]
2626
crate-type = ["cdylib", "lib"]

single-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
edition = "2021"
99

1010
[dependencies]
11-
tokio = "1.39"
11+
tokio = "1.40"
1212
clap = { version = "3.2.23", features = ["derive"] }
1313
console = "0.15.8"
1414
borsh = "1.5.1"

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spl-memo = { version = "5.0", path = "../../memo/program", features = [
4444
] }
4545
strum = "0.26"
4646
strum_macros = "0.26"
47-
tokio = "1.39"
47+
tokio = "1.40"
4848

4949
[dev-dependencies]
5050
solana-test-validator = "2.0.3"

token/transfer-hook/interface/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 = "../../../libraries/pod" }
2121
crate-type = ["cdylib", "lib"]
2222

2323
[dev-dependencies]
24-
tokio = { version = "1.39.3", features = ["full"] }
24+
tokio = { version = "1.40.0", features = ["full"] }
2525

2626
[package.metadata.docs.rs]
2727
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)