Skip to content

Commit 36e9cc9

Browse files
committed
Update tss-esapi in Cargo.toml
Signed-off-by: Alberto Planas <[email protected]>
1 parent 5382ed9 commit 36e9cc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

keylime-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde_json = { version = "1.0", features = ["raw_value"] }
3131
static_assertions = "1"
3232
tempfile = "3.0.4"
3333
tokio = {version = "1.24", features = ["rt", "sync"]}
34-
tss-esapi = {version = "7.1.0", features = ["generate-bindings"]}
34+
tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}
3535
thiserror = "1.0"
3636
uuid = {version = "1.3", features = ["v4"]}
3737
zmq = {version = "0.9.2", optional = true}

keylime-ima-emulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ keylime = { path = "../keylime" }
1212
log = "0.4"
1313
openssl = "0.10.15"
1414
thiserror = "1.0"
15-
tss-esapi = {version = "7.1.0", features = ["generate-bindings"]}
15+
tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}

keylime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = "1.0.80"
1414
serde_derive = "1.0.80"
1515
static_assertions = "1"
1616
thiserror = "1.0"
17-
tss-esapi = {version = "7.1.0", features = ["generate-bindings"]}
17+
tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}
1818

1919
[dev-dependencies]
2020
tempfile = "3.0.4"

0 commit comments

Comments
 (0)