Skip to content

Commit f43a5f6

Browse files
chore(deps): bump tokio from 1.48.0 to 1.49.0 (#239)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.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 be06336 commit f43a5f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 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
@@ -20,7 +20,7 @@ kubert = { version = "^0.25.0", features = [
2020
"rustls-tls",
2121
"prometheus-client",
2222
] }
23-
tokio = { version = "^1.48.0", features = ["full"] }
23+
tokio = { version = "^1.49.0", features = ["full"] }
2424
anyhow = { version = "^1.0.100", features = ["backtrace"] }
2525
tracing = "^0.1.44"
2626
schemars = "^0.8.22"

0 commit comments

Comments
 (0)