From a2e05e784bea72ded96180d83bf3e52c278d98ba Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 15 Oct 2019 12:01:29 +0200 Subject: [PATCH] Update to rand 0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0a4b9d..8da2312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"