Skip to content

Commit

Permalink
chore: remove unused deps from the workspace Cargo.toml (#78)
Browse files Browse the repository at this point in the history
cargo-machete doesn't check workspace-level dependencies, but
[the new RustRover](https://www.jetbrains.com/rust/whatsnew/#page__content-new-rust-specific-features)
does!
  • Loading branch information
m4tx authored Nov 24, 2024
1 parent e718f8b commit f3af778
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ http = "1.1"
http-body = "1"
http-body-util = "0.1"
indexmap = "2"
itertools = "0.13"
log = "0.4"
mime_guess = { version = "2", default-features = false }
mockall = "0.13"
Expand All @@ -63,13 +62,11 @@ prettyplease = "0.2"
proc-macro-crate = "3"
proc-macro2 = { version = "1", default-features = false }
quote = { version = "1", default-features = false }
rand = "0.8"
rustversion = "1"
sea-query = { version = "0.32.0-rc.2", default-features = false }
sea-query-binder = { version = "0.7.0-rc.2", default-features = false }
serde = "1"
sha2 = "0.11.0-pre.4"
slug = "0.1"
sqlx = { version = "0.8", default-features = false }
subtle = { version = "2", default-features = false }
syn = { version = "2", default-features = false }
Expand Down

0 comments on commit f3af778

Please sign in to comment.