Bump ws crate to 0.6.
This commit is contained in:
parent
3a30e65eef
commit
7fa36f82b0
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue