Skip to content

Commit f2cd284

Browse files
committed
Bump tss-esapi crate to 7.7
1 parent 42a71c4 commit f2cd284

4 files changed

Lines changed: 24 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ sev = { git = "https://github.com/virtee/sev", rev = "2b4e157", features = ["sev
5050
sha2 = "0.11"
5151
spki = "0.7"
5252
thiserror = "2.0"
53+
tss-esapi = "7.7"
5354
x509-cert = { version = "0.2", features = ["builder", "hazmat"] }
5455
x509-parser = "0.18"

crate/azure_cvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ sev = { workspace = true }
1818
sev_quote = { path = "../sev_quote" }
1919
sha2 = { workspace = true }
2020
thiserror = { workspace = true }
21-
tss-esapi = "7.6"
21+
tss-esapi = { workspace = true }
2222
zerocopy = { version = "0.8", features = ["derive"] }

crate/tpm_quote/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ p256 = { workspace = true }
1111
serde = { workspace = true }
1212
sha2 = { workspace = true }
1313
thiserror = { workspace = true }
14-
tss-esapi = "7.6"
14+
tss-esapi = { workspace = true }
1515

1616
[dev-dependencies]
1717
env_logger = "0.11"

0 commit comments

Comments
 (0)