Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a87c47a

Browse files
authoredMar 11, 2025
Bump tokio from 1.43.0 to 1.44.0 (#149)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.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 d53951f commit a87c47a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -28,7 +28,7 @@ telemetry = ["opentelemetry-otlp"]
2828
[dependencies]
2929
actix-web = "4.4.0"
3030
futures = "0.3.31"
31-
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
31+
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] }
3232
k8s-openapi = { version = "0.24.0", features = ["latest"] }
3333
schemars = { version = "0.8.22", features = ["chrono"] }
3434
serde = { version = "1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)
Please sign in to comment.