Skip to content

Commit d526ba0

Browse files
Bump tokio from 1.47.1 to 1.48.0 (#195)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7eb639c commit d526ba0

File tree

2 files changed

+16
-66
lines changed

2 files changed

+16
-66
lines changed

Cargo.lock

Lines changed: 15 additions & 65 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.11.0"
3030
futures = "0.3.31"
31-
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
31+
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
3232
k8s-openapi = { version = "0.26.0", features = ["latest"] }
3333
schemars = "1"
3434
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)