diff --git a/spiffe/Cargo.toml b/spiffe/Cargo.toml index e9c635f..b443d34 100644 --- a/spiffe/Cargo.toml +++ b/spiffe/Cargo.toml @@ -32,7 +32,7 @@ tonic = "0.11" # workload-api dependencies: prost = { version = "0.12", optional = true } prost-types = { version = "0.12", optional = true } -tokio = { version = "1", features = ["net", "test-util"], optional = true } +tokio = { version = "1", features = ["net"], optional = true } tokio-stream = { version = "0.1", optional = true } tower = { version = "0.4", features = ["util"], optional = true } tokio-util = {version = "0.7", optional = true } @@ -40,7 +40,7 @@ log = {version = "0.4", optional = true } [dev-dependencies] jsonwebkey = { version = "0.3", features = ["generate"] } -tokio-test = "0.4" +tokio = { version = "1", features = ["macros"] } once_cell = "1" # used to verify in tests that the certificates bytes from the X.509 SVIDs and bundle authorities