From 19a9c73863a085a6369149f31cec319c7584ea2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:10:55 +0000 Subject: [PATCH] Bump tokio from 1.5.0 to 1.13.0 in /oak_functions/loader Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.5.0 to 1.13.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.5.0...tokio-1.13.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- oak_functions/loader/Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oak_functions/loader/Cargo.lock b/oak_functions/loader/Cargo.lock index 9a4dee1cb2c..f8ef04e9bf6 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.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" +checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee" dependencies = [ "autocfg", "bytes", @@ -979,6 +979,7 @@ dependencies = [ "num_cpus", "pin-project-lite", "tokio-macros", + "winapi", ] [[package]]