Skip to content

Commit 90d1f94

Browse files
chore(deps): Bump tokio from 1.46.1 to 1.48.0 (#363)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.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 6f437b2 commit 90d1f94

File tree

2 files changed

+41
-75
lines changed

2 files changed

+41
-75
lines changed

Cargo.lock

Lines changed: 40 additions & 74 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.46.1", features = ["macros", "rt-multi-thread", "process"] }
35+
tokio = { version = "1.48.0", 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)