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

Commit e3b9c94

Browse files
build(deps): bump tokio from 1.41.1 to 1.42.0 (#7556)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.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 3547d76 commit e3b9c94

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/concurrent-merkle-tree/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thiserror = "2.0.3"
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.41", features = ["full"] }
23+
tokio = { version = "1.42", features = ["full"] }
2424

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

single-pool/cli/Cargo.toml

+1-1
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.41"
11+
tokio = "1.42"
1212
clap = { version = "3.2.23", features = ["derive"] }
1313
console = "0.15.8"
1414
borsh = "1.5.3"

token/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spl-token-group-interface = { version = "0.5.0", path = "../../token-group/inter
4242
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
4343
strum = "0.26"
4444
strum_macros = "0.26"
45-
tokio = "1.41"
45+
tokio = "1.42"
4646

4747
[dev-dependencies]
4848
solana-test-validator = "2.1.0"

token/transfer-hook/interface/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ crate-type = ["cdylib", "lib"]
3131

3232
[dev-dependencies]
3333
solana-program = "2.1.0"
34-
tokio = { version = "1.41.1", features = ["full"] }
34+
tokio = { version = "1.42.0", features = ["full"] }
3535

3636
[package.metadata.docs.rs]
3737
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)