diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 506d66f..edea434 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: tpm2-tss-devel clevis \ swtpm swtpm-tools \ rust cargo clippy \ - golang + golang clang-devel - name: Remove clevis-pin-tpm2 run: | dnf erase -y clevis-pin-tpm2 diff --git a/Cargo.toml b/Cargo.toml index c7bc507..3d3f760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clevis-pin-tpm2" -version = "0.5.2" +version = "0.5.3" description = "Clevis TPM2 PIN with policy support" authors = ["Patrick Uiterwijk "] edition = "2018" @@ -11,7 +11,7 @@ license = "MIT" [dependencies] anyhow = "1" -tss-esapi = "7.0.0" +tss-esapi = { version = "7.2", features = ["generate-bindings"] } serde = "1.0" josekit = "0.7.4" serde_json = "1.0"