--- a/keylime/Cargo.toml 2025-01-20 11:19:20.276090741 +0100 +++ b/keylime/Cargo.toml 2025-01-20 11:20:47.574791185 +0100 @@ -24,10 +24,6 @@ picky-asn1-der.workspace = true picky-asn1-x509.workspace = true tokio.workspace = true -# wiremock was moved to be a regular dependency because optional -# dev-dependencies are not supported -# see: https://github.com/rust-lang/cargo/issues/1596 -wiremock = {version = "0.6", optional = true} [dev-dependencies] tempfile.workspace = true @@ -37,4 +33,4 @@ # This feature enables tests that require a TPM and the TCTI environment # variable properly configured # This should change to dev-dependencies when we have integration testing -testing = ["wiremock"] +testing = [] --- a/keylime-agent/Cargo.toml 2025-01-20 11:19:40.095022736 +0100 +++ b/keylime-agent/Cargo.toml 2025-01-20 11:21:15.678694751 +0100 @@ -32,7 +32,6 @@ thiserror.workspace = true uuid.workspace = true zip.workspace = true -zmq = {version = "0.9.2", optional = true} [dev-dependencies] actix-rt.workspace = true @@ -41,18 +40,6 @@ # The features enabled by default default = [] testing = [] -# 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"