From 885ae6f64378af74f0bc25ac60f9a0b00c1b0ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:11:28 +0000 Subject: [PATCH] build(deps): update bitfield requirement from 0.14.0 to 0.15.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.14.0...v0.15.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 da4a64d..4b7f461 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.14.0" +bitfield = "0.15.0" msru = "0.2.0" clap = { version = "<4.5", features = [ "derive" ] } codicon = "3.0"