fix: update nusb to rev with fixed fuzz_parse_concatenated_config_descriptors return type

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Davíð Steinn Geirsson 2026-03-25 22:13:33 +00:00
parent 565e0f5834
commit da9560cd99
2 changed files with 41 additions and 3 deletions

View file

@ -13,7 +13,7 @@ log = "0.4.17"
num-traits = "0.2.15"
num-derive = "0.4.2"
serde = { version = "1.0", features = ["derive"], optional = true }
nusb = { git = "https://git.dsg.is/dsg/nusb.git", rev = "c1380673" }
nusb = { git = "https://git.dsg.is/dsg/nusb.git", rev = "1239c676" }
tokio-util = { version = "0.7", features = ["rt"] }
arbitrary = { version = "1", features = ["derive"], optional = true }