Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to passterm library for password prompts #355

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

chenxiaolong
Copy link
Owner

This library behaves exactly the same as rpassword, but has zero dependencies so we no longer need to pull in the ancient windows-sys 0.48.x libraries.

We still transitively depend on both windows-sys 0.52.x and 0.59.x though.

This library behaves exactly the same as rpassword, but has zero
dependencies so we no longer need to pull in the ancient windows-sys
0.48.x libraries.

We still transitively depend on both windows-sys 0.52.x and 0.59.x
though.

Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong self-assigned this Sep 15, 2024
@chenxiaolong
Copy link
Owner Author

This also allows non-ASCII passwords to work on Windows in case anyone wants to do that.

chenxiaolong added a commit that referenced this pull request Sep 16, 2024
Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong merged commit e28ef42 into master Sep 16, 2024
5 checks passed
@chenxiaolong chenxiaolong deleted the passterm branch September 16, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant