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

Commit e0dcb24

Browse files
build(deps): bump tokio from 1.34.0 to 1.35.0 (#5975)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.35.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 9df0f93 commit e0dcb24

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.50"
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.34", features = ["full"] }
23+
tokio = { version = "1.35", 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.34"
11+
tokio = "1.35"
1212
clap = { version = "3.2.23", features = ["derive"] }
1313
console = "0.15.7"
1414
borsh = "0.10"

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 = "4.0.0", path = "../../memo/program", features = [
4444
] }
4545
strum = "0.25"
4646
strum_macros = "0.25"
47-
tokio = "1.34"
47+
tokio = "1.35"
4848

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

0 commit comments

Comments
 (0)