Skip to content

Commit

Permalink
v0.3.6: Bump dependencies due to bumpalo vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Apr 7, 2020
1 parent ffa271b commit bb82f86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "checkpwn"
version = "0.3.5"
version = "0.3.6"
authors = ["brycx <brycx@protonmail.com>"]
description = "Check Have I Been Pwned and see if it's time for you to change passwords."
keywords = [ "cli", "password", "security", "HIBP" ]
Expand All @@ -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"

0 comments on commit bb82f86

Please sign in to comment.