diff --git a/Cargo.toml b/Cargo.toml index 890445400..8f4151d60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml index 5e109d95b..32e62aa3e 100644 --- a/crates/rattler/Cargo.toml +++ b/crates/rattler/Cargo.toml @@ -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 }