From 613aa958f98b20e893f18bfc2769590fea8e806b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:00:37 +0000 Subject: [PATCH] Update bitfield-struct requirement from 0.9.2 to 0.10.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.9.2...0.9.3) --- 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 8c5942a7..26d0e2ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ keywords = ["autd"] [workspace.dependencies] anyhow = { version = "1.0.93", default-features = false } async-trait = "0.1.83" -bitfield-struct = "0.9.2" +bitfield-struct = "0.10.0" bitflags = "2.6.0" bit-vec = { version = "0.8.0", default-features = false } bvh = { version = "0.10.0", default-features = false }