From: Ian Jackson Date: Sun, 20 Dec 2020 22:13:17 +0000 (+0000) Subject: rand: Fix 0 to be real version X-Git-Tag: otter-0.2.0~189 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=55ba5a20d9de0c03569088aa20357aeeb1c70c3b;p=otter.git rand: Fix 0 to be real version Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index bbfeb60d..071e5a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ ordered-float = "2" parking_lot = "0.11" percent-encoding = "2" pwd = "1" -rand = "0" +rand = "0.7" regex = "1" rmp = "0.8" rmp-serde = "0.14"