We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103482e commit 426b136Copy full SHA for 426b136
Cargo.toml
@@ -55,7 +55,6 @@ criterion = "0.5"
55
difference = "2.0.0"
56
digest = "0.10.7"
57
dirs = "5.0.1"
58
-drop_bomb = "0.1.5"
59
dunce = "1.0.4"
60
enum_dispatch = "0.3.12"
61
fs-err = "2.11.0"
crates/rattler/Cargo.toml
@@ -24,8 +24,7 @@ chrono = { workspace = true }
24
clap = { workspace = true, optional = true }
25
digest = { workspace = true }
26
dirs = { workspace = true }
27
-drop_bomb = { workspace = true }
28
-fs-err = "2.11.0"
+fs-err = { workspace = true }
29
futures = { workspace = true }
30
fxhash = { workspace = true }
31
hex = { workspace = true }
0 commit comments