Skip to content

Commit ac39ad5

Browse files
Bump tokio from 1.40.0 to 1.41.0 (#50)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.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 055da24 commit ac39ad5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2021"
88
[dependencies]
99
kube = { version = "0.96.0", features = ["runtime", "derive"] }
1010
k8s-openapi = { version = "0.22.0", features = ["v1_27"] }
11-
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "signal"] }
11+
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread", "signal"] }
1212
anyhow = "1.0.86"
1313
futures-util = "0.3.31"

0 commit comments

Comments
 (0)