Skip to content

Commit d100483

Browse files
Bump tokio from 1.39.2 to 1.40.0 (#39)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.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 f0a3595 commit d100483

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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.93.1", features = ["runtime", "derive"] }
1010
k8s-openapi = { version = "0.22.0", features = ["v1_27"] }
11-
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread", "signal"] }
11+
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "signal"] }
1212
anyhow = "1.0.86"
1313
futures-util = "0.3.30"

0 commit comments

Comments
 (0)