Skip to content

Commit 8885a8d

Browse files
chore(deps): Bump tokio from 1.45.1 to 1.46.1 (#332)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.1 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 8c4aa63 commit 8885a8d

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Cargo.lock

Lines changed: 15 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
@@ -32,7 +32,7 @@ telemetry = []
3232
rand = { version = "0.9", features = ["small_rng"] }
3333
actix-web = "4.11.0"
3434
futures = "0.3.28"
35-
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread", "process"] }
35+
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread", "process"] }
3636
k8s-openapi = { version = "0.25", features = ["latest", "schemars"] }
3737
kube = { version = "1.1.0", features = [
3838
"runtime",

0 commit comments

Comments
 (0)