Skip to content

Commit

Permalink
Lower rpassword version to 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 30, 2022
1 parent bbb8f74 commit d6c76b4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
58 changes: 30 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ pep440 = "0.2.0"
bytesize = { version = "1.0.1", optional = true }
configparser = { version = "3.0.0", optional = true }
multipart = { version = "0.18.0", features = ["client"], default-features = false, optional = true }
rpassword = { version = "7.0.0", optional = true }
# rpassword 7.0 requires Rust 1.60.0+
rpassword = { version = "6.0.1", optional = true }
ureq = { version = "2.3.1", features = ["gzip", "socks-proxy"], default-features = false, optional = true }
native-tls-crate = { package = "native-tls", version = "0.2.8", optional = true }

Expand Down

0 comments on commit d6c76b4

Please sign in to comment.