Skip to content

Commit

Permalink
Avoid redundant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Dec 12, 2024
1 parent 9b6d11f commit c02e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem-worker-service-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sqlx = { workspace = true, features = [
] }
tap = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["test-util"] }
tokio = { workspace = true }
tokio-stream = { workspace = true }
tokio-util = { workspace = true }
tonic = { workspace = true }
Expand Down

0 comments on commit c02e041

Please sign in to comment.