Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Apr 20, 2020
1 parent aa70ef2 commit c2d5807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "checkpwn"
version = "0.3.6"
version = "0.3.7"
authors = ["brycx <[email protected]>"]
description = "Check Have I Been Pwned and see if it's time for you to change passwords."
keywords = [ "cli", "password", "security", "HIBP" ]
Expand All @@ -17,7 +17,7 @@ reqwest = { version = "0.10.4", features = ["blocking"] }
rpassword = "4.0.5"
zeroize = "1.1.0"
dirs = "2.0.2"
serde = { version = "1.0.106" , features = ["derive"] }
serde = { version = "1.0.106", features = ["derive"] }
serde_yaml = "0.8.11"

[dev-dependencies]
Expand Down

0 comments on commit c2d5807

Please sign in to comment.