diff --git a/Cargo.lock b/Cargo.lock index f6965b4..0ead059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "bitfield" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c821a6e124197eb56d907ccc2188eab1038fb919c914f47976e64dd8dbc855d1" +checksum = "6bcb6cbd91093d8826ba7435d1fb6b0461debfeb394968da2bf70a30aa3fc11a" [[package]] name = "bitflags" diff --git a/usbsas-hid/hid-user/Cargo.toml b/usbsas-hid/hid-user/Cargo.toml index 1a47c4c..6b714d9 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.15" +bitfield = "0.16" env_logger = "0.11" log = "0.4" rusb = { version = "0.9", features = ["vendored"] }