Skip to content

Commit

Permalink
chore: remove unused dependencies (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: Bas Zalmstra <bas@prefix.dev>
  • Loading branch information
wolfv and baszalmstra authored Mar 30, 2024
1 parent 103482e commit 426b136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ criterion = "0.5"
difference = "2.0.0"
digest = "0.10.7"
dirs = "5.0.1"
drop_bomb = "0.1.5"
dunce = "1.0.4"
enum_dispatch = "0.3.12"
fs-err = "2.11.0"
Expand Down
3 changes: 1 addition & 2 deletions crates/rattler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ chrono = { workspace = true }
clap = { workspace = true, optional = true }
digest = { workspace = true }
dirs = { workspace = true }
drop_bomb = { workspace = true }
fs-err = "2.11.0"
fs-err = { workspace = true }
futures = { workspace = true }
fxhash = { workspace = true }
hex = { workspace = true }
Expand Down

0 comments on commit 426b136

Please sign in to comment.