Skip to content

Commit 88f6f88

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ quote = "1.0"
7575
syn = { version = "2.0", features = ["visit-mut", "full"] }
7676

7777
# Async ecosystem
78-
tokio = { version = "1.39.1", features = ["rt", "macros", "rt-multi-thread"] }
78+
tokio = { version = "1.43.0", features = ["rt", "macros", "rt-multi-thread"] }
7979
async-trait = "0.1.82"
8080
bb8 = "0.8.6"
8181

examples/anchor/counter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ light-client = { workspace = true , features = ["devenv"]}
3535
light-test-utils = { workspace = true, features = ["devenv"] }
3636
light-program-test = { workspace = true, features = ["devenv"] }
3737
light-prover-client = { workspace = true, features = ["devenv"] }
38-
tokio = "1.36.0"
38+
tokio = "1.43.0"

examples/anchor/memo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ light-client = { workspace = true , features = ["devenv"]}
3535
light-test-utils = { workspace = true, features = ["devenv"] }
3636
light-program-test = { workspace = true, features = ["devenv"] }
3737
light-prover-client = { workspace = true, features = ["devenv"] }
38-
tokio = "1.36.0"
38+
tokio = "1.43.0"

examples/anchor/name-service-without-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ light-client = { workspace = true , features = ["devenv"]}
3535
light-test-utils = { workspace = true, features = ["devenv"] }
3636
light-program-test = { workspace = true, features = ["devenv"] }
3737
light-prover-client = { workspace = true, features = ["devenv"] }
38-
tokio = "1.36.0"
38+
tokio = "1.43.0"

0 commit comments

Comments
 (0)