From 862ea025e586e6a88d881b96bc8826e2a116c5a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 May 2022 21:34:13 +0000 Subject: [PATCH] Update Rust crate log to 0.4.17 --- sanity-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity-bin/Cargo.toml b/sanity-bin/Cargo.toml index baa2163..b630a26 100644 --- a/sanity-bin/Cargo.toml +++ b/sanity-bin/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" 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"] } +log = { version = "0.4.17", features = ["serde"] } rand = "0.7.3" ron = "0.6.2" serde = "1.0.117"