diff --git a/Cargo.lock b/Cargo.lock index 6b5152bf..6ddfb494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1982,9 +1982,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" +checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", diff --git a/keylime-agent/Cargo.toml b/keylime-agent/Cargo.toml index acb9cb90..f0c58461 100644 --- a/keylime-agent/Cargo.toml +++ b/keylime-agent/Cargo.toml @@ -31,7 +31,7 @@ serde_json = { version = "1.0", features = ["raw_value"] } static_assertions = "1" tempfile = "3.0.4" tokio = {version = "1.24", features = ["rt", "sync"]} -tss-esapi = {version = "7.1.0", features = ["generate-bindings"]} +tss-esapi = {version = "7.2.0", features = ["generate-bindings"]} thiserror = "1.0" uuid = {version = "1.3", features = ["v4"]} zmq = {version = "0.9.2", optional = true} diff --git a/keylime-ima-emulator/Cargo.toml b/keylime-ima-emulator/Cargo.toml index 15b04c15..56598abe 100644 --- a/keylime-ima-emulator/Cargo.toml +++ b/keylime-ima-emulator/Cargo.toml @@ -12,4 +12,4 @@ keylime = { path = "../keylime" } log = "0.4" openssl = "0.10.15" thiserror = "1.0" -tss-esapi = {version = "7.1.0", features = ["generate-bindings"]} +tss-esapi = {version = "7.2.0", features = ["generate-bindings"]} diff --git a/keylime/Cargo.toml b/keylime/Cargo.toml index c343d400..6b90bef6 100644 --- a/keylime/Cargo.toml +++ b/keylime/Cargo.toml @@ -14,7 +14,7 @@ serde = "1.0.80" serde_derive = "1.0.80" static_assertions = "1" thiserror = "1.0" -tss-esapi = {version = "7.1.0", features = ["generate-bindings"]} +tss-esapi = {version = "7.2.0", features = ["generate-bindings"]} [dev-dependencies] tempfile = "3.0.4"