From e1be185dbe6d8d82aaf73f331a318593fa050ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:58:46 +0000 Subject: [PATCH] Bump tokio from 1.12.0 to 1.13.1 in /src/black-hat-rust/ch_09/phishing Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.12.0...tokio-1.13.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/black-hat-rust/ch_09/phishing/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/black-hat-rust/ch_09/phishing/Cargo.lock b/src/black-hat-rust/ch_09/phishing/Cargo.lock index 43882c75..a7550f0b 100644 --- a/src/black-hat-rust/ch_09/phishing/Cargo.lock +++ b/src/black-hat-rust/ch_09/phishing/Cargo.lock @@ -1306,9 +1306,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.12.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc" +checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8" dependencies = [ "autocfg", "bytes",