Skip to content

Commit 1432b0e

Browse files
build(deps): bump tokio from 1.44.2 to 1.45.1 (#1784)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 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 c925628 commit 1432b0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

Cargo.toml

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

120120
# Async ecosystem
121121
futures = "0.3.17"
122-
tokio = { version = "1.43.0", features = ["rt", "macros", "rt-multi-thread"] }
122+
tokio = { version = "1.45.1", features = ["rt", "macros", "rt-multi-thread"] }
123123
async-trait = "0.1.82"
124124
bb8 = "0.8.6"
125125
lazy_static = "1.5.0"

examples/anchor/counter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ light-compressed-account = { workspace = true }
2727

2828
[dev-dependencies]
2929
light-program-test = { workspace = true, features = ["devenv"] }
30-
tokio = "1.43.0"
30+
tokio = "1.45.1"
3131
solana-sdk = { workspace = true }
3232
light-client = { workspace = true }

0 commit comments

Comments
 (0)