From 2d5c6da45b9589b8cb2ad1d69235066e81575ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:14:06 +0000 Subject: [PATCH] Update bitfield requirement from 0.13.1 to 0.14.0 Updates the requirements on [bitfield](https://github.com/dzamlo/rust-bitfield) to permit the latest version. - [Release notes](https://github.com/dzamlo/rust-bitfield/releases) - [Changelog](https://github.com/dzamlo/rust-bitfield/blob/master/CHANGELOG.md) - [Commits](https://github.com/dzamlo/rust-bitfield/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: bitfield 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..7441d8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "nes_bin" path = "src/main.rs" [dependencies] -bitfield = "0.13.1" +bitfield = "0.14.0" log4rs = "0.8.1" log = "0.4.6" sdl2 = "0.32.1"