From 5128737155459d7d3d765bc0340e7b57dbda3443 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Oct 2021 02:21:51 +0000 Subject: [PATCH] Update Rust crate direction to 0.18.1 --- 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..a8cc6d1 100644 --- a/sanity-bin/Cargo.toml +++ b/sanity-bin/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"]} -direction = {version = "0.17.10", features = ["rand"]} +direction = {version = "0.18.1", features = ["rand"]} log = { version = "0.4.11", features = ["serde"] } rand = "0.7.3" ron = "0.6.2"