Bump ws crate to 0.6.

This commit is contained in:
Corey Farwell 2017-02-18 20:28:12 -05:00
parent 3a30e65eef
commit 7fa36f82b0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ crossbeam = { version = "0.2.8", optional = true }
# Serve feature
iron = { version = "0.5", optional = true }
staticfile = { version = "0.4", optional = true }
ws = { version = "0.5.1", optional = true}
ws = { version = "0.6", optional = true}
# Tests
[dev-dependencies]