From: Isis Lovecruft Date: Fri, 4 May 2018 19:16:42 +0000 (+0000) Subject: Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1. X-Git-Tag: tor-0.3.4.1-alpha~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5bd19ea05e529b636476e555b456b97c89e7a8c;p=thirdparty%2Ftor.git Update rand dependency from 0.5.0-pre.0 to 0.5.0-pre.1. --- diff --git a/src/rust/rand/Cargo.toml b/src/rust/rand/Cargo.toml index 1b73563c8d..b5bbf5c1b6 100644 --- a/src/rust/rand/Cargo.toml +++ b/src/rust/rand/Cargo.toml @@ -19,7 +19,7 @@ tor_log = { path = "../tor_log" } tor_util = { path = "../tor_util" } [dev-dependencies] -rand = { version = "=0.5.0-pre.0", default-features = false, path = "../../ext/rust/vendor/rand-8c5b0ac51d" } +rand = { version = "=0.5.0-pre.1", default-features = false } [lib] name = "rand"