mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
270bf08a24
commit
d36acbb4e6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue