diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock
index 88e6155242386ee9683bce3ca4c24cfe1368ee83..e97f66fda65a2811731302b6d212a56c613832e1 100644
--- a/polkadot/Cargo.lock
+++ b/polkadot/Cargo.lock
@@ -1676,9 +1676,9 @@ dependencies = [
 
 [[package]]
 name = "enumn"
-version = "0.1.4"
+version = "0.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"
+checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml
index ce15d30f753901147ec7979f7f9824393cf62263..d255ab04ef6d08edee1f3b81018a04595fc8e92b 100644
--- a/polkadot/runtime/common/slot_range_helper/Cargo.toml
+++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
 
 [dependencies]
 paste = "1.0"
-enumn = "0.1.4"
+enumn = "0.1.5"
 parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
 sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
 sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }