Skip to content

Commit

Permalink
Bump pwhash version
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbstern committed May 10, 2018
1 parent a3f7273 commit bd20335
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 = "websession"
version = "0.8.1"
version = "0.8.2"
authors = ["Jeff Olhoeft <[email protected]>", "Ben Stern <[email protected]>"]
description = "Web Session Support for Rust"
license = "MIT/Apache-2.0"
Expand All @@ -9,7 +9,7 @@ exclude = ["data/passwd.old"]

[dependencies]
hyper = { version = "0.10", optional = true }
pwhash = "^0.1"
pwhash = "^0.2"
uuid = { version = "0.6", features = [ "v4" ] }
libc = "0.2"
time = "0.1"
Expand Down

0 comments on commit bd20335

Please sign in to comment.