From 7423739fc85d782648b8d4211f711f1cfa98c462 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 21 Feb 2020 14:49:36 +0900 Subject: [PATCH] Update `tempfile` and `uuid` to remove `rand` v0.5 --- Cargo.lock | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d7d248c5fd..66dc9ea57c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,12 +855,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" -[[package]] -name = "fuchsia-cprng" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" - [[package]] name = "fuchsia-zircon" version = "0.3.3" @@ -1977,19 +1971,6 @@ dependencies = [ "winapi 0.3.8", ] -[[package]] -name = "rand" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" -dependencies = [ - "cloudabi", - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "winapi 0.3.8", -] - [[package]] name = "rand" version = "0.6.5" @@ -2599,13 +2580,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.0.4" +version = "3.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b" +checksum = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" dependencies = [ "cfg-if", "libc", - "rand 0.5.6", + "rand 0.6.5", "redox_syscall", "remove_dir_all", "winapi 0.3.8", @@ -2926,11 +2907,11 @@ checksum = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" [[package]] name = "uuid" -version = "0.7.1" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6" +checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" dependencies = [ - "rand 0.5.6", + "rand 0.6.5", ] [[package]]