From 1ab31de12f7c38db862f76531a9a0ff8d63c215f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 07:54:09 +0000 Subject: [PATCH] Bump tokio from 1.5.0 to 1.6.1 in /oak_functions/loader Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.5.0...tokio-1.6.1) Signed-off-by: dependabot[bot] --- oak_functions/loader/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oak_functions/loader/Cargo.lock b/oak_functions/loader/Cargo.lock index 9a4dee1cb2c..cb44af3c164 100644 --- a/oak_functions/loader/Cargo.lock +++ b/oak_functions/loader/Cargo.lock @@ -967,9 +967,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.5.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" +checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" dependencies = [ "autocfg", "bytes",