diff --git a/sanity-bin/Cargo.toml b/sanity-bin/Cargo.toml index baa2163..faf33e3 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.16", features = ["serde"] } rand = "0.7.3" ron = "0.6.2" serde = "1.0.117"