diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml
index 96c236fdb6f152bc8d86ab06552c8d70aed2bbe1..cd977e6a13f7bf74aba87def6f41dd1d9979cc9d 100644
--- a/currencies/Cargo.toml
+++ b/currencies/Cargo.toml
@@ -22,7 +22,7 @@ orml-utilities = { path = "../utilities", version = "0.4.0-dev", default-feature
 
 [dev-dependencies]
 sp-core = { version = "2.0.1", default-features = false }
-pallet-balances = "2.0.0"
+pallet-balances = "2.0.1"
 orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.4.0-dev" }
 
 [features]
diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml
index 4408aaa35c92b28ca56fec3d6a242ed187b6547b..2c7cc47db6424d3a7c9f459a5db90ebe166a4814 100644
--- a/vesting/Cargo.toml
+++ b/vesting/Cargo.toml
@@ -19,7 +19,7 @@ frame-system = { version = "2.0.1", default-features = false }
 
 [dev-dependencies]
 sp-core = { version = "2.0.1", default-features = false }
-pallet-balances = "2.0.0"
+pallet-balances = "2.0.1"
 
 [features]
 default = ["std"]