Merge pull request #22 from nullr0ute/release-0.5.3

Release 0.5.3
This commit is contained in:
Peter Robinson 2023-07-28 11:07:52 +01:00 committed by GitHub
commit 712e3dd72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 <patrick@puiterwijk.org>"]
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"