Skip to content

Commit fcb965d

Browse files
Bump tokio from 1.42.0 to 1.43.0 (#126)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2164e51 commit fcb965d

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

0 commit comments

Comments
 (0)