Cargo.toml: rusb 0.9.1 -> 0.9.3

This commit is contained in:
h7x4 2023-09-05 20:35:01 +02:00
parent a2701a76ee
commit a1ecd1d65b
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146

View file

@ -14,7 +14,7 @@ tokio = { version = "1.22.0", features = ["rt", "net", "io-util", "sync"] }
log = "0.4.17"
num-traits = "0.2.15"
num-derive = "0.3.3"
rusb = "0.9.1"
rusb = "0.9.3"
[dev-dependencies]
tokio = { version = "1.22.0", features = ["full"] }