From 71c3761d91267eebc19a255fa74e47c29504c868 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:15:52 +0000 Subject: [PATCH] Update log4rs requirement from 0.8.1 to 1.0.0 Updates the requirements on [log4rs](https://github.com/estk/log4rs) to permit the latest version. - [Release notes](https://github.com/estk/log4rs/releases) - [Changelog](https://github.com/estk/log4rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/estk/log4rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 916114e..b3382e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" [dependencies] bitfield = "0.13.1" -log4rs = "0.8.1" +log4rs = "1.0.0" log = "0.4.6" sdl2 = "0.32.1"