Skip to content

Commit e158736

Browse files
chore(deps): bump tokio from 1.47.1 to 1.48.0 in /src-tauri
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] <[email protected]>
1 parent afa8678 commit e158736

File tree

2 files changed

+32
-76
lines changed

2 files changed

+32
-76
lines changed

src-tauri/Cargo.lock

Lines changed: 31 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1.0.142"
2222
kube = { version = "1.1.0", features = ["runtime", "derive", "ws"] }
2323
kube-runtime = "1.1.0"
2424
k8s-openapi = { version = "0.25.0", features = ["latest"] }
25-
tokio = { version = "1.47.1", features = ["full"] }
25+
tokio = { version = "1.48.0", features = ["full"] }
2626
tokio-util = { version = "0.7.16", features = ["io"] }
2727
tokio-stream = "0.1.16"
2828
futures = "0.3.31"

0 commit comments

Comments
 (0)