Skip to content

Commit a5e60ce

Browse files
committed
Bump dialoguer dependency to v0.8.0
Bump the dependency of 'dialoguer' to v0.8.0, because the previous version depended on a yanked version of the 'zeroize' crate. This threw the following error: error: failed to select a version for the requirement `zeroize = "^0.9.3"` Error: candidate versions found which didn't match: 1.3.0, 1.2.0, 1.1.1, ... location searched: crates.io index required by package `dialoguer v0.7.0` ... which is depended on by `tindercrypt v0.3.0 (/home/runner/work/tindercrypt/tindercrypt)` Error: The process '/usr/share/rust/.cargo/bin/cargo' failed with exit code 101
1 parent 3886704 commit a5e60ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Versioning].
1717
* https://github.com/stepancheg/rust-protobuf/issues/551
1818
* https://github.com/rust-lang/rust/issues/64266
1919

20+
### Changed
21+
22+
- Bump the dialoguer dependency to v0.8.0, to fix a compilation error.
23+
2024
## [0.3.0] - 2021-01-11
2125

2226
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ zeroize = "1"
3434
# https://github.com/rust-lang/cargo/issues/1982, for the current state of
3535
# binary-only dependencies in `cargo`.
3636
clap = { version = "2", optional = true }
37-
dialoguer = { version = "0.7", optional = true }
37+
dialoguer = { version = "0.8", optional = true }
3838
lazy_static = { version = "1", optional = true }
3939

4040
[dev-dependencies]

0 commit comments

Comments
 (0)