diff --git a/Cargo.lock b/Cargo.lock index 6b5152bf..2861ec0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -871,9 +871,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "h2" diff --git a/keylime-agent/Cargo.toml b/keylime-agent/Cargo.toml index 76623541..627371ab 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"