diff --git a/keylime-agent/Cargo.toml b/keylime-agent/Cargo.toml index 0cc1385..286e807 100644 --- a/keylime-agent/Cargo.toml +++ b/keylime-agent/Cargo.toml @@ -21,8 +21,8 @@ keylime = { path = "../keylime" } libc = "0.2.43" log = "0.4" openssl = "0.10.15" -picky-asn1-der = "0.3.1" -picky-asn1-x509 = "0.6.1" +picky-asn1-der = "0.3" +picky-asn1-x509 = "0.7" pretty_env_logger = "0.4" reqwest = {version = "0.11", default-features = false, features = ["json"]} serde = "1.0.80" @@ -31,7 +31,7 @@ serde_json = { version = "1.0", features = ["raw_value"] } static_assertions = "1" tempfile = "3.4.0" tokio = {version = "1.24", features = ["rt", "sync"]} -tss-esapi = {version = "7.2.0", features = ["generate-bindings"]} +tss-esapi = {version = "7", features = ["generate-bindings"]} thiserror = "1.0" uuid = {version = "1.3", features = ["v4"]} zmq = {version = "0.9.2", optional = true} @@ -48,18 +48,6 @@ actix-rt = "2" default = [] # this should change to dev-dependencies when we have integration testing testing = ["wiremock"] -# Whether the agent should be compiled with support to listen for notification -# messages on ZeroMQ -# -# This feature is deprecated and will be removed on next major release -with-zmq = ["zmq"] -# Whether the agent should be compiled with support for python revocation -# actions loaded as modules, which is the only kind supported by the python -# agent (unless the enhancement-55 is implemented). See: -# https://github.com/keylime/enhancements/blob/master/55_revocation_actions_without_python.md -# -# This feature is deprecated and will be removed on next major release -legacy-python-actions = [] [package.metadata.deb] section = "net"