From 5c90c97460372a4e3d11e96bd2818ceb2d2c86f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 10:15:47 +0000 Subject: [PATCH] Update log4rs requirement from 0.8.1 to 1.1.1 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...v1.1.1) --- updated-dependencies: - dependency-name: log4rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 916114e..2b287da 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.1.1" log = "0.4.6" sdl2 = "0.32.1"