diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 926a956e..f5417dcd 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -58,3 +58,4 @@ doc = false flexiber = { git = "https://github.com/Nitrokey/flexiber", tag = "0.1.1.nitrokey" } trussed = { git = "https://github.com/Nitrokey/trussed", tag = "v0.1.0-nitrokey.11" } trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth/", tag = "v0.2.2" } +apdu-dispatch = { git = "https://github.com/trussed-dev/apdu-dispatch.git", rev = "915fc237103fcecc29d0f0b73391f19abf6576de" }