From 7fa36f82b0d2423cd24b6b1be208f4ab4cd5694c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 18 Feb 2017 20:28:12 -0500 Subject: [PATCH] Bump ws crate to 0.6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae8f09f1..b7700636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]