diff --git a/Cargo.lock b/Cargo.lock
index c3a93a221c7a4e8cda49b2a3e43ec53d80658634..13ff6ef32fa3677d6af0c2194e525e9d86e3acdb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19558,9 +19558,9 @@ dependencies = [
 
 [[package]]
 name = "tracing-core"
-version = "0.1.31"
+version = "0.1.32"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
+checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 dependencies = [
  "once_cell",
  "valuable",
diff --git a/substrate/primitives/io/Cargo.toml b/substrate/primitives/io/Cargo.toml
index e95a9302d24b9564ec6589fe776cbca6bc26eb25..5239860c71003761e35fe1bc9793976071b82cf0 100644
--- a/substrate/primitives/io/Cargo.toml
+++ b/substrate/primitives/io/Cargo.toml
@@ -30,7 +30,7 @@ sp-tracing = { path = "../tracing", default-features = false }
 log = { version = "0.4.17", optional = true }
 secp256k1 = { version = "0.28.0", features = ["global-context", "recovery"], optional = true }
 tracing = { version = "0.1.29", default-features = false }
-tracing-core = { version = "0.1.28", default-features = false }
+tracing-core = { version = "0.1.32", default-features = false }
 
 # Required for backwards compatibility reason, but only used for verifying when `UseDalekExt` is set.
 ed25519-dalek = { version = "2.0", default-features = false, optional = true }
diff --git a/substrate/primitives/runtime-interface/test/Cargo.toml b/substrate/primitives/runtime-interface/test/Cargo.toml
index feb6a454af1565a874cdec4075da9023a3232560..661af1fa3918d77e876a986f69a9571d0e01dd83 100644
--- a/substrate/primitives/runtime-interface/test/Cargo.toml
+++ b/substrate/primitives/runtime-interface/test/Cargo.toml
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
 
 [dependencies]
 tracing = "0.1.29"
-tracing-core = "0.1.28"
+tracing-core = "0.1.32"
 sc-executor = { path = "../../../client/executor" }
 sc-executor-common = { path = "../../../client/executor/common" }
 sp-io = { path = "../../io" }
diff --git a/substrate/primitives/tracing/Cargo.toml b/substrate/primitives/tracing/Cargo.toml
index 43b3683fb063130ce8711520c2870309e9d53b5a..964dbbca144fa8c1dfbfddbae027facdb74c11bf 100644
--- a/substrate/primitives/tracing/Cargo.toml
+++ b/substrate/primitives/tracing/Cargo.toml
@@ -23,7 +23,7 @@ codec = { version = "3.6.1", package = "parity-scale-codec", default-features =
 	"derive",
 ] }
 tracing = { version = "0.1.29", default-features = false }
-tracing-core = { version = "0.1.28", default-features = false }
+tracing-core = { version = "0.1.32", default-features = false }
 tracing-subscriber = { version = "0.2.25", optional = true, features = [
 	"tracing-log",
 ] }