diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock
index 9d78e474b570eaee3c6f504dc86956606ff86cd8..4da998d0dc0e2abb985b96cfbf050520d0de47e8 100644
--- a/polkadot/Cargo.lock
+++ b/polkadot/Cargo.lock
@@ -2019,9 +2019,9 @@ dependencies = [
 
 [[package]]
 name = "femme"
-version = "2.2.0"
+version = "2.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2997b612abb06bc299486c807e68c5fd12e7618e69cf34c5958ca6b575674403"
+checksum = "cc04871e5ae3aa2952d552dae6b291b3099723bf779a8054281c1366a54613ef"
 dependencies = [
  "cfg-if 1.0.0",
  "js-sys",
diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml
index 13ecd0a838292052881951edf5f5e218a3a95e1d..e66fd2af3623cb0cbf3febcb5f1e3efe8a8826a0 100644
--- a/polkadot/node/overseer/Cargo.toml
+++ b/polkadot/node/overseer/Cargo.toml
@@ -24,7 +24,7 @@ parity-util-mem = { version = "0.11.0", default-features = false }
 metered-channel = { path = "../metered-channel" }
 sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
 futures = { version = "0.3.21", features = ["thread-pool"] }
-femme = "2.2.0"
+femme = "2.2.1"
 assert_matches = "1.4.0"
 test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }