Skip to content

Commit

Permalink
fix(deps): pin indirect dependencies (#263)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <[email protected]>
  • Loading branch information
mikeee authored Feb 27, 2025
1 parent ab21904 commit c0b7155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dapr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ tokio-util = { workspace = true, features = ["io"] }


[dev-dependencies]
axum-test = "16.4.0"
axum-test = "16.4.0" # TODO: Remove problematic dep
litemap = "=0.7.4" # TODO: Remove pinned - linked to axum_test
zerofrom = "=0.1.5" # TODO: Remove pinned - linked to axum_test
once_cell = "1.19"
dapr = { path = "./" }
dapr-macros = { path = "../dapr-macros" }
Expand Down

0 comments on commit c0b7155

Please sign in to comment.