diff --git a/Cargo.lock b/Cargo.lock index c022323..6f6e0b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,9 +290,9 @@ checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" [[package]] name = "hidapi" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a722fb137d008dbf264f54612457f8eb6a299efbcb0138178964a0809035d74" +checksum = "9e58251020fe88fe0dae5ebcc1be92b4995214af84725b375d08354d0311c23c" dependencies = [ "cc", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index fe630f3..8b0a091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0.114" # feature dependencies tokio = { version = "1.36.0", features = ["full"], optional = true} dotenv = { version = "0.15.0", optional = true } -hidapi = { version = "2.6.0", optional = true } +hidapi = { version = "2.6.1", optional = true } reqwest = { version = "0.11.24", optional = true } [features]