Skip to content

Commit

Permalink
⬆️ Bump tokio from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Mar 15, 2021
1 parent 3b741cf commit 48afce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,7 +12,7 @@ homepage = "https://github.com/davidB/kubectl-view-allocations"
exclude = ["/.github", "/.dependabot", ".gitignore"]

[dependencies]
tokio = { version = "1.2.0", features = ["full"]}
tokio = { version = "1.3.0", features = ["full"]}
kube = { version = "0.51.0", features = ["oauth", "gzip"]}
k8s-openapi = { version = "0.11.0", features = ["v1_16"], default-features = false }
log = "0.4"
Expand Down

0 comments on commit 48afce5

Please sign in to comment.