From ab87f190948d006146a27ad1b29e5c205efe1e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:31:15 +1000 Subject: [PATCH] Bump tokio from 1.21.0 to 1.21.1 (#401) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.0...tokio-1.21.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- crates/detect-targets/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 299ae149..5e534eda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1953,9 +1953,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" +checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95" dependencies = [ "autocfg", "bytes", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 238dba02..ffe96ddd 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -33,7 +33,7 @@ reqwest = { version = "0.11.11", default-features = false } semver = "1.0.13" simplelog = "0.12.0" tempfile = "3.3.0" -tokio = { version = "1.20.1", features = ["rt-multi-thread"], default-features = false } +tokio = { version = "1.21.1", features = ["rt-multi-thread"], default-features = false } [build-dependencies] embed-resource = "1.7.3" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 34486067..120373a3 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -46,7 +46,7 @@ tar = { package = "binstall-tar", version = "0.4.39" } tempfile = "3.3.0" thiserror = "1.0.32" tinytemplate = "1.2.1" -tokio = { version = "1.20.1", features = ["macros", "rt", "process", "sync", "signal"], default-features = false } +tokio = { version = "1.21.1", features = ["macros", "rt", "process", "sync", "signal"], default-features = false } toml_edit = { version = "0.14.4", features = ["easy"] } trust-dns-resolver = { version = "0.21.2", optional = true, default-features = false, features = ["dnssec-ring"] } url = { version = "2.2.2", features = ["serde"] } diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index 2ffeec10..ff72b51f 100644 --- a/crates/detect-targets/Cargo.toml +++ b/crates/detect-targets/Cargo.toml @@ -10,11 +10,11 @@ edition = "2021" license = "Apache-2.0 OR MIT" [dependencies] -tokio = { version = "1.20.1", features = ["rt", "process", "sync"], default-features = false } +tokio = { version = "1.21.1", features = ["rt", "process", "sync"], default-features = false } cfg-if = "1.0.0" [target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies] guess_host_triple = "0.1.3" [dev-dependencies] -tokio = { version = "1.20.1", features = ["macros"], default-features = false } +tokio = { version = "1.21.1", features = ["macros"], default-features = false }