1
1
diff --git a/keylime-agent/Cargo.toml b/keylime-agent/Cargo.toml
2
- index 0cc1385..286e807 100644
2
+ index 4db1cb1..c45a30d 100644
3
3
--- a/keylime-agent/Cargo.toml
4
4
+++ b/keylime-agent/Cargo.toml
5
5
@@ -21,8 +21,8 @@ keylime = { path = "../keylime" }
@@ -16,21 +16,16 @@ index 0cc1385..286e807 100644
16
16
@@ -31,7 +31,7 @@ serde_json = { version = "1.0", features = ["raw_value"] }
17
17
static_assertions = "1"
18
18
tempfile = "3.4.0"
19
- tokio = {version = "1.24", features = ["rt", "sync"]}
19
+ tokio = {version = "1.24", features = ["rt", "sync", "macros" ]}
20
20
- tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}
21
21
+ tss-esapi = {version = "7", features = ["generate-bindings"]}
22
22
thiserror = "1.0"
23
23
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"
26
26
default = []
27
27
# this should change to dev-dependencies when we have integration testing
28
28
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"]
34
29
- # Whether the agent should be compiled with support for python revocation
35
30
- # actions loaded as modules, which is the only kind supported by the python
36
31
- # agent (unless the enhancement-55 is implemented). See:
0 commit comments