upgrade rusb version for security update

This commit is contained in:
Amanjeev Sethi 2023-06-21 14:48:00 -04:00
parent 6dd2ae5e19
commit 83332ce6da

View file

@ -6,6 +6,6 @@ name = "print-descs"
version = "0.0.0"
[dependencies]
rusb = "0.5.5"
rusb = "0.8"
anyhow = "1.0.31"
consts = { path = "../../common/consts/" }