Skip to content

Commit

Permalink
Amend tokio dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Mar 6, 2024
1 parent b2a46e7 commit c0cf1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spiffe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ 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 }
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
Expand Down

0 comments on commit c0cf1a3

Please sign in to comment.