summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-03 19:03:58 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-03 19:03:58 +0200
commit07a48a0539b08810937136a822538bf5606e8d4b (patch)
tree5d7d1e465a4f4ff0b515a969b48e36eef27f3fa6 /Cargo.toml
parent626a1e3c9ba44c3ade276c4ef351c09720e6666e (diff)
downloadobnam2-07a48a0539b08810937136a822538bf5606e8d4b.tar.gz
chore: upgrade dependency on rpassword
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 76b6248..a0c5260 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ pbkdf2 = "0.10"
pretty_env_logger = "0.5"
rand = "0.8"
reqwest = { version = "0.11", features = ["blocking", "json"]}
-rpassword = "5"
+rpassword = "7"
rusqlite = "0.31"
serde = { version = "1", features = ["derive"] }
serde_json = "1"