From 48afce50f896857a5c8c768ae34bf6438a809e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:09:02 +0000 Subject: [PATCH] :arrow_up: 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](https://github.com/tokio-rs/tokio/compare/tokio-1.2.0...tokio-1.3.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51e78c4..6549464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1614,9 +1614,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +checksum = "8d56477f6ed99e10225f38f9f75f872f29b8b8bd8c0b946f63345bb144e9eeda" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index cd948d1..01616c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"