Skip to content

Commit

Permalink
Update to rand 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nox authored and Eijebong committed Oct 15, 2019
1 parent cca1a34 commit a2e05e7
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
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
name = "ws"
readme = "README.md"
repository = "https://github.com/housleyjk/ws-rs"
version = "0.9.0"
version = "0.9.1"

[dependencies]
byteorder = "1.2.1"
Expand All @@ -22,7 +22,7 @@ httparse = "1.2.4"
log = "0.4.1"
mio = "0.6.14"
mio-extras = "2.0"
rand = "0.6"
rand = "0.7"
sha-1 = "0.8.0"
slab = "0.4"
url = "2.0.0"
Expand Down

0 comments on commit a2e05e7

Please sign in to comment.