From 9b207f36cf5c455f4c86ab270ed7cd71aeebb975 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 10:12:44 +0000 Subject: [PATCH] Update log4rs requirement from 0.8.1 to 0.13.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/compare/v0.8.1...v0.13.0) 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..87d409c 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 = "0.13.0" log = "0.4.6" sdl2 = "0.32.1"