From fc9c8f78fe7af5c05efe7c2c37e52fd09b476274 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Feb 2022 20:36:02 +0000 Subject: [PATCH] Update Rust crate rand to 0.8.5 --- agb-macros/Cargo.lock | 14 ++------------ agb-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/agb-macros/Cargo.lock b/agb-macros/Cargo.lock index db0fa0b7..ee848afc 100644 --- a/agb-macros/Cargo.lock +++ b/agb-macros/Cargo.lock @@ -61,14 +61,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha", "rand_core", - "rand_hc", ] [[package]] @@ -90,15 +89,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "rand_hc" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" -dependencies = [ - "rand_core", -] - [[package]] name = "syn" version = "1.0.86" diff --git a/agb-macros/Cargo.toml b/agb-macros/Cargo.toml index 38dcf7ff..4c8c218a 100644 --- a/agb-macros/Cargo.toml +++ b/agb-macros/Cargo.toml @@ -13,4 +13,4 @@ proc-macro = true syn = { version = "1.0.86", features = ["full", "extra-traits"] } proc-macro2 = "1.0.36" quote = "1.0.15" -rand = "0.8.4" \ No newline at end of file +rand = "0.8.5" \ No newline at end of file