diff --git a/substrate/Cargo.lock b/substrate/Cargo.lock index 77852437f2..a54fe1f64c 100644 --- a/substrate/Cargo.lock +++ b/substrate/Cargo.lock @@ -4458,7 +4458,6 @@ dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "safe-mix", "sp-core", "sp-io", "sp-runtime", diff --git a/substrate/bin/node-template/pallets/template/Cargo.toml b/substrate/bin/node-template/pallets/template/Cargo.toml index 8e53a9a53a..69fcd84352 100644 --- a/substrate/bin/node-template/pallets/template/Cargo.toml +++ b/substrate/bin/node-template/pallets/template/Cargo.toml @@ -10,7 +10,6 @@ description = "FRAME pallet template" [dependencies] codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -safe-mix = { default-features = false, version = '1.0.0' } [dependencies.frame-support] default-features = false @@ -42,7 +41,6 @@ default = ['std'] std = [ 'codec/std', 'frame-support/std', - 'safe-mix/std', 'frame-system/std' ]