From bea46266ff1498d64d9a7a0086bc71a2fde6b9dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:36:23 +0000 Subject: [PATCH] build(deps): update bitfield requirement from 0.15.0 to 0.17.0 Updates the requirements on [bitfield](https://github.com/dzamlo/rust-bitfield) to permit the latest version. - [Changelog](https://github.com/dzamlo/rust-bitfield/blob/master/CHANGELOG.md) - [Commits](https://github.com/dzamlo/rust-bitfield/compare/v0.15.0...v0.17.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 c391ab0..847f68a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] } # serde_json is just for the example, not required in general serde_json = "1.0" bincode = "1.3.3" -bitfield = "0.15.0" +bitfield = "0.17.0" msru = "0.2.0" clap = { version = "<4.5", features = [ "derive" ] } codicon = "3.0"