diff --git a/substrate/frame/babe/Cargo.toml b/substrate/frame/babe/Cargo.toml
index c392dcde19bfab77a86b31feefeffc9af5b5bea9..5ec78e313d70889d56e0dcd0427a16b11416ac0e 100644
--- a/substrate/frame/babe/Cargo.toml
+++ b/substrate/frame/babe/Cargo.toml
@@ -46,7 +46,6 @@ std = [
 	"frame-benchmarking?/std",
 	"frame-election-provider-support/std",
 	"frame-support/std",
-	"frame-support/std",
 	"frame-system/std",
 	"log/std",
 	"pallet-authorship/std",
diff --git a/substrate/frame/collective/Cargo.toml b/substrate/frame/collective/Cargo.toml
index af089c92ed511ded4c606fff5df1029dbb7c78c6..6f9572330903e1738304f62b16093f8bf7beaf2f 100644
--- a/substrate/frame/collective/Cargo.toml
+++ b/substrate/frame/collective/Cargo.toml
@@ -31,6 +31,7 @@ std = [
 	"frame-benchmarking?/std",
 	"frame-support/std",
 	"frame-system/std",
+	"log/std",
 	"scale-info/std",
 	"sp-core/std",
 	"sp-io/std",
diff --git a/substrate/frame/conviction-voting/Cargo.toml b/substrate/frame/conviction-voting/Cargo.toml
index 2146808cf1b1abe67eb148eea55b2995340523cc..c3e07700b8e52a0439de5876eaf0136916385393 100644
--- a/substrate/frame/conviction-voting/Cargo.toml
+++ b/substrate/frame/conviction-voting/Cargo.toml
@@ -30,7 +30,7 @@ sp-std = { path = "../../primitives/std", default-features = false}
 [dev-dependencies]
 pallet-balances = { path = "../balances" }
 pallet-scheduler = { path = "../scheduler" }
-sp-core = { path = "../../primitives/core", default-features = false }
+sp-core = { path = "../../primitives/core" }
 
 [features]
 default = [ "std" ]