--- a/keylime-agent/Cargo.toml 2023-07-13 17:19:34.757045275 +0200 +++ b/keylime-agent/Cargo.toml 2023-07-13 17:46:40.031264398 +0200 @@ -21,8 +21,8 @@ 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" @@ -48,18 +48,6 @@ 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"