Skip to content

Commit

Permalink
Upgrade pbr and crossterm
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jun 7, 2020
1 parent 6be9147 commit 40c4aef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "scrypt-kdf"
version = "0.5.0"
version = "0.5.1"
authors = ["Leonid Beder <[email protected]>"]
edition = "2018"

[dependencies]
getopts = "0.2.21"
rpassword = "4.0.5"
pbr = "1.0.2"
pbr = "1.0.3"
rust-crypto = "0.2.36"
hex = "0.4.2"
humantime = "2.0.0"
crossterm = "0.17.3"
crossterm = "0.17.5"

0 comments on commit 40c4aef

Please sign in to comment.