summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-20 10:10:07 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-20 10:10:07 +0200
commit7ff672f26e91404b71edfc25d6b27a6cda11609b (patch)
tree8553fcc1f6c108a24826bfa996ae52a1da7421ff /Cargo.toml
parente9e3f3412e4cc4db25bb9e6d8753f1dcb84520b6 (diff)
downloadobnam2-7ff672f26e91404b71edfc25d6b27a6cda11609b.tar.gz
chore: update dependency on pbkdf2 to 0.9 and fix breakage
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 dbd062b..daedd4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ indicatif = "0.16"
libc = "0.2"
log = "0.4"
log4rs = "1"
-pbkdf2 = "0.8"
+pbkdf2 = "0.9"
pretty_env_logger = "0.4"
rand = "0.8"
reqwest = { version = "0.11", features = ["blocking", "json"]}