From d36acbb4e64a6804abf07e6a91feb14495225909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:23:22 +0000 Subject: [PATCH] Bump either from 1.8.0 to 1.8.1 (#743) Bumps [either](https://github.com/bluss/either) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/bluss/either/releases) - [Commits](https://github.com/bluss/either/compare/1.8.0...1.8.1) --- updated-dependencies: - dependency-name: either 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/binstalk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 878dcb3e..4ff10139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,9 +659,9 @@ dependencies = [ [[package]] name = "either" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" +checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "embed-resource" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index e4fb094d..d2115125 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -18,7 +18,7 @@ command-group = { version = "2.0.1", features = ["with-tokio"] } compact_str = { version = "0.6.1", features = ["serde"] } crates_io_api = { version = "0.8.1", default-features = false } detect-targets = { version = "0.1.5", path = "../detect-targets" } -either = "1.8.0" +either = "1.8.1" futures-util = { version = "0.3.25", default-features = false, features = ["std"] } home = "0.5.4" itertools = "0.10.5"