diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock
index 626ae92a72306cbc6821d5e96466e716a85bb694..a490c300051aa9b2da41c5acc222aebf2644e9e2 100644
--- a/polkadot/Cargo.lock
+++ b/polkadot/Cargo.lock
@@ -2130,13 +2130,13 @@ dependencies = [
 
 [[package]]
 name = "enumn"
-version = "0.1.5"
+version = "0.1.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"
+checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 1.0.109",
+ "syn 2.0.15",
 ]
 
 [[package]]
diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml
index fabc73f664ae08e67ee5070698e2706699f66a1a..e9af09a9a5299024e44593eec3aaae02682d30cf 100644
--- a/polkadot/runtime/common/slot_range_helper/Cargo.toml
+++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml
@@ -6,7 +6,7 @@ edition.workspace = true
 
 [dependencies]
 paste = "1.0"
-enumn = "0.1.5"
+enumn = "0.1.8"
 parity-scale-codec = { version = "3.4.0", 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 }