Skip to content

Commit 90edc76

Browse files
Bump tokio from 1.44.0 to 1.44.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eeb87c4 commit 90edc76

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.0", features = ["macros", "rt-multi-thread"] }
31+
tokio = { version = "1.44.1", 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)