--- fido-device-onboard-rs-0.4.10/manufacturing-client/Cargo.toml.orig 2023-07-03 15:24:05.020575397 +0100 +++ fido-device-onboard-rs-0.4.10/manufacturing-client/Cargo.toml 2023-07-03 15:24:26.381717418 +0100 @@ -16,7 +16,7 @@ sys-info = "0.9" passwd = "0.0.1" rand = "0.8.4" -tss-esapi = "7.2" +tss-esapi = { version = "7.2", features = ["generate-bindings"] } regex = "1.3.7" fdo-data-formats = { path = "../data-formats", version = "0.4.10" } --- fido-device-onboard-rs-0.4.10/owner-tool/Cargo.toml.orig 2023-07-03 15:22:27.024923885 +0100 +++ fido-device-onboard-rs-0.4.10/owner-tool/Cargo.toml 2023-07-03 15:23:31.955355563 +0100 @@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" tokio = { version = "1", features = ["full"] } -tss-esapi = "7.2" +tss-esapi = { version = "7.2", features = ["generate-bindings"] } fdo-util = { path = "../util", version = "0.4.10" } fdo-data-formats = { path = "../data-formats", version = "0.4.10" }