summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-14 10:39:22 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-19 11:36:31 +0300
commite20915bbad8404267761e689f7ec2a24be86fc2d (patch)
tree806f92316421fe12f7ac8fb7fbf54732dbb17ade /Cargo.toml
parentede2ac10fff1f92493875576cbee369446a00bc7 (diff)
downloadobnam2-e20915bbad8404267761e689f7ec2a24be86fc2d.tar.gz
chore: bump dependency on pbkdf2 to 0.8
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 f715d56..15b2ac7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ indicatif = "0.15"
libc = "0.2"
log = "0.4"
log4rs = "1"
-pbkdf2 = "0.7"
+pbkdf2 = "0.8"
pretty_env_logger = "0.4"
rand = "0.8"
reqwest = { version = "0.11", features = ["blocking", "json"]}