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
|
# Serve feature
|
||||||
iron = { version = "0.5", optional = true }
|
iron = { version = "0.5", optional = true }
|
||||||
staticfile = { version = "0.4", optional = true }
|
staticfile = { version = "0.4", optional = true }
|
||||||
ws = { version = "0.5.1", optional = true}
|
ws = { version = "0.6", optional = true}
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue