11diff --git a/keylime-agent/Cargo.toml b/keylime-agent/Cargo.toml
2- index 0cc1385..286e807 100644
2+ index 4db1cb1..c45a30d 100644
33--- a/keylime-agent/Cargo.toml
44+++ b/keylime-agent/Cargo.toml
55@@ -21,8 +21,8 @@ keylime = { path = "../keylime" }
@@ -16,21 +16,16 @@ index 0cc1385..286e807 100644
1616@@ -31,7 +31,7 @@ serde_json = { version = "1.0", features = ["raw_value"] }
1717 static_assertions = "1"
1818 tempfile = "3.4.0"
19- tokio = {version = "1.24", features = ["rt", "sync"]}
19+ tokio = {version = "1.24", features = ["rt", "sync", "macros" ]}
2020- tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}
2121+ tss-esapi = {version = "7", features = ["generate-bindings"]}
2222 thiserror = "1.0"
2323 uuid = {version = "1.3", features = ["v4"]}
24- zmq = {version = "0.9.2", optional = true}
25- @@ -48,18 +48 ,6 @@ actix-rt = "2"
24+ # wiremock was moved to be a regular dependency because optional
25+ @@ -47,13 +47 ,6 @@ actix-rt = "2"
2626 default = []
2727 # this should change to dev-dependencies when we have integration testing
2828 testing = ["wiremock"]
29- - # Whether the agent should be compiled with support to listen for notification
30- - # messages on ZeroMQ
31- - #
32- - # This feature is deprecated and will be removed on next major release
33- - with-zmq = ["zmq"]
3429- # Whether the agent should be compiled with support for python revocation
3530- # actions loaded as modules, which is the only kind supported by the python
3631- # agent (unless the enhancement-55 is implemented). See:
0 commit comments