From bb82f86d4c2198c3ba9f3de10547f999ca7c1402 Mon Sep 17 00:00:00 2001 From: brycx Date: Tue, 7 Apr 2020 08:58:55 +0200 Subject: [PATCH] v0.3.6: Bump dependencies due to bumpalo vulnerability --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 45db835..feae402 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "checkpwn" -version = "0.3.5" +version = "0.3.6" authors = ["brycx "] description = "Check Have I Been Pwned and see if it's time for you to change passwords." keywords = [ "cli", "password", "security", "HIBP" ] @@ -11,11 +11,11 @@ license = "MIT" [dependencies] colored = "1.9" -sha-1 = { version = "0.8.1", default-features = false } -hex = "0.4.0" -reqwest = { version = "0.10.0", features = ["blocking"] } -rpassword = "4.0.3" +sha-1 = { version = "0.8.2", default-features = false } +hex = "0.4.2" +reqwest = { version = "0.10.4", features = ["blocking"] } +rpassword = "4.0.5" zeroize = "1.1.0" [dev-dependencies] -assert_cmd = "0.12.0" +assert_cmd = "1.0.1"