Skip to content

Commit 426b136

Browse files
wolfvbaszalmstra
andauthored
chore: remove unused dependencies (#585)
Co-authored-by: Bas Zalmstra <bas@prefix.dev>
1 parent 103482e commit 426b136

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ criterion = "0.5"
5555
difference = "2.0.0"
5656
digest = "0.10.7"
5757
dirs = "5.0.1"
58-
drop_bomb = "0.1.5"
5958
dunce = "1.0.4"
6059
enum_dispatch = "0.3.12"
6160
fs-err = "2.11.0"

crates/rattler/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ chrono = { workspace = true }
2424
clap = { workspace = true, optional = true }
2525
digest = { workspace = true }
2626
dirs = { workspace = true }
27-
drop_bomb = { workspace = true }
28-
fs-err = "2.11.0"
27+
fs-err = { workspace = true }
2928
futures = { workspace = true }
3029
fxhash = { workspace = true }
3130
hex = { workspace = true }

0 commit comments

Comments
 (0)