diff --git a/Cargo.lock b/Cargo.lock index 3b5bad8037aa..494453dc1c3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14929,15 +14929,12 @@ name = "pallet-safe-mode" version = "9.0.0" dependencies = [ "docify", - "frame-support 28.0.0", "pallet-balances 28.0.0", "pallet-proxy 28.0.0", "pallet-utility 28.0.0", "parity-scale-codec", "polkadot-sdk-frame 0.1.0", "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", ] [[package]] diff --git a/substrate/frame/safe-mode/Cargo.toml b/substrate/frame/safe-mode/Cargo.toml index a78905f90011..ab3ab8aae65f 100644 --- a/substrate/frame/safe-mode/Cargo.toml +++ b/substrate/frame/safe-mode/Cargo.toml @@ -24,12 +24,9 @@ pallet-utility = { optional = true, workspace = true } pallet-proxy = { optional = true, workspace = true } [dev-dependencies] -sp-core = { workspace = true, default-features = true } -sp-io = { workspace = true, default-features = true } pallet-balances = { workspace = true, default-features = true } pallet-utility = { workspace = true, default-features = true } pallet-proxy = { workspace = true, default-features = true } -frame-support = { features = ["experimental"], workspace = true, default-features = true } [features] default = ["std"]