30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
--- a/keylime-agent/Cargo.toml 2025-02-07 17:53:24.436876268 +0100
|
|
+++ b/keylime-agent/Cargo.toml 2025-02-07 17:54:06.501697761 +0100
|
|
@@ -34,11 +34,6 @@
|
|
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}
|
|
-# 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.5", optional = true}
|
|
|
|
[dev-dependencies]
|
|
actix-rt = "2"
|
|
@@ -47,12 +42,12 @@
|
|
# The features enabled by default
|
|
default = []
|
|
# this should change to dev-dependencies when we have integration testing
|
|
-testing = ["wiremock"]
|
|
+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"]
|
|
+with-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:
|