Skip to content

Commit c103910

Browse files
Bump tokio from 1.44.2 to 1.45.0 (#161)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 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 093cc91 commit c103910

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.10.2"
3030
futures = "0.3.31"
31-
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
31+
tokio = { version = "1.45.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)