Skip to content

Commit

Permalink
fix: revert rpassword dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 13, 2024
1 parent 5969573 commit 13bde40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
19 changes: 4 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tofnd"
version = "1.0.0"
version = "1.0.1"
authors = ["Interoplabs Eng <eng@interoplabs.io>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -27,7 +27,7 @@ dirs = { version = "5.0", default-features = false }
# kv store encryption
chacha20poly1305 = { version = "0.10", features = ["alloc"], default-features = false }
rand = { version = "0.8", default-features = false }
rpassword = { version = "7.3", default-features = false }
rpassword = { version = "5.0", default-features = false } # future versions don't support reading both from stdin and tty at the same time
scrypt = { version = "0.11", default-features = false, features = ["std"] }

# gRPC server
Expand Down

0 comments on commit 13bde40

Please sign in to comment.