Skip to content

Commit 48afce5

Browse files
dependabot[bot]davidB
authored andcommitted
⬆️ Bump tokio from 1.2.0 to 1.3.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.2.0...tokio-1.3.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b741cf commit 48afce5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage = "https://github.com/davidB/kubectl-view-allocations"
1212
exclude = ["/.github", "/.dependabot", ".gitignore"]
1313

1414
[dependencies]
15-
tokio = { version = "1.2.0", features = ["full"]}
15+
tokio = { version = "1.3.0", features = ["full"]}
1616
kube = { version = "0.51.0", features = ["oauth", "gzip"]}
1717
k8s-openapi = { version = "0.11.0", features = ["v1_16"], default-features = false }
1818
log = "0.4"

0 commit comments

Comments
 (0)