From 427c3ec3e423f20130d660248ed1f770a16176c4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 14:37:59 +0000 Subject: [PATCH] Update Rust crate rand to 0.8.5 --- editor/Cargo.toml | 2 +- sanity-bin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/Cargo.toml b/editor/Cargo.toml index f2e3d77..cab221e 100644 --- a/editor/Cargo.toml +++ b/editor/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] sanity-lib = { path = "../sanity-lib" } amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]} -rand = "0.7.3" +rand = "0.8.5" nfd = "0.0.4" ron = "0.6.2" diff --git a/sanity-bin/Cargo.toml b/sanity-bin/Cargo.toml index baa2163..a0fc7fd 100644 --- a/sanity-bin/Cargo.toml +++ b/sanity-bin/Cargo.toml @@ -11,7 +11,7 @@ sanity-lib = { path = "../sanity-lib" } amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]} direction = {version = "0.17.10", features = ["rand"]} log = { version = "0.4.11", features = ["serde"] } -rand = "0.7.3" +rand = "0.8.5" ron = "0.6.2" serde = "1.0.117" wfc = "0.9.2"