infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.79k stars 500 forks source link

chore: clean up not used dependencies #4146

Closed fraidev closed 1 month ago

fraidev commented 1 month ago

Using cargo-machete I notice some dependencies that we don't use.

I also added a CI step to check them in that PR: https://github.com/infinyon/fluvio/pull/4148

fraidev commented 1 month ago

should separate out PR into two:

  1. change cargo dep version
  2. adding dep check.

Sure! The CI part is here: https://github.com/infinyon/fluvio/pull/4148