From 6b6fc08ac6d8fb95b1b06693c9f49073bc266408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:58:56 +0000 Subject: [PATCH] Update bitfield-struct requirement from 0.8.0 to 0.9.0 Updates the requirements on [bitfield-struct](https://github.com/wrenger/bitfield-struct-rs) to permit the latest version. - [Release notes](https://github.com/wrenger/bitfield-struct-rs/releases) - [Commits](https://github.com/wrenger/bitfield-struct-rs/compare/0.8.0...0.8.0) --- updated-dependencies: - dependency-name: bitfield-struct 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 1371871b4..8f69c3564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ bevy_hierarchy = { version = "0.14.2", default-features = false, features = ["be bevy_log = { version = "0.14.2" } bevy_mod_debugdump = { version = "0.11.1" } bevy_utils = { version = "0.14.2" } -bitfield-struct = "0.8.0" +bitfield-struct = "0.9.0" bitvec = "1.0.1" byteorder = "1.5.0" bytes = "1.7.1"