Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 3, 2023
1 parent a3b479a commit 0428361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy-controller/k8s/status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ linkerd-policy-controller-k8s-api = { path = "../api" }
parking_lot = "0.12"
serde_json = "1.0.94"
thiserror = "1"
tokio = "1"
tokio = { version = "1", features = ["macros"] }
tracing = "0.1.37"

[dev-dependencies.tokio]
Expand Down

0 comments on commit 0428361

Please sign in to comment.