From aebe0396407c7f1eb02161c8af2b3196cd4311ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:23:13 +0000 Subject: [PATCH] Bump bitfield from 0.16.1 to 0.17.0 Bumps [bitfield](https://github.com/dzamlo/rust-bitfield) from 0.16.1 to 0.17.0. - [Changelog](https://github.com/dzamlo/rust-bitfield/blob/master/CHANGELOG.md) - [Commits](https://github.com/dzamlo/rust-bitfield/compare/v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: bitfield dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- usbsas-hid/hid-user/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4564650..adb07fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,9 +507,9 @@ dependencies = [ [[package]] name = "bitfield" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5acf59e2452f0c4b968b15ce4b9468f57b45f7733b919d68b19fcc39264bfb8" +checksum = "f798d2d157e547aa99aab0967df39edd0b70307312b6f8bd2848e6abe40896e0" [[package]] name = "bitflags" diff --git a/usbsas-hid/hid-user/Cargo.toml b/usbsas-hid/hid-user/Cargo.toml index 6b714d9..341c4d9 100644 --- a/usbsas-hid/hid-user/Cargo.toml +++ b/usbsas-hid/hid-user/Cargo.toml @@ -6,7 +6,7 @@ links = "X11,Xtst" license = "GPL-3.0" [dependencies] -bitfield = "0.16" +bitfield = "0.17" env_logger = "0.11" log = "0.4" rusb = { version = "0.9", features = ["vendored"] }