From 5e78cf5e8ca02a6953c9264cf802ace5b5a4d307 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Jul 2022 11:47:47 +0300 Subject: fix: drop depeneency on pbkdf2 to 0.10, for rustc 1.56.0 Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18cc639..64f7687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ indicatif = "0.16" libc = "0.2" log = "0.4" log4rs = "1" -pbkdf2 = "0.11" +pbkdf2 = "0.10" pretty_env_logger = "0.4" rand = "0.8" reqwest = { version = "0.11", features = ["blocking", "json"]} -- cgit v1.2.1