diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock
index 75b896b1512a6a0fc8c9cb90ba6bbfc4c57ffa6c..a7bd8e9943766a6b71aba2d77064edd3a4f90ac4 100644
--- a/cumulus/Cargo.lock
+++ b/cumulus/Cargo.lock
@@ -10952,9 +10952,9 @@ dependencies = [
 
 [[package]]
 name = "quote"
-version = "1.0.29"
+version = "1.0.30"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
+checksum = "5907a1b7c277254a8b15170f6e7c97cfa60ee7872a3217663bb81151e48184bb"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml
index cd050838d2680451fd7ccd264075a6fa1fb46486..9162fac35f2f6f69f9f5513e9e60aa859105a811 100644
--- a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml
+++ b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml
@@ -11,7 +11,7 @@ proc-macro = true
 [dependencies]
 syn = "2.0.26"
 proc-macro2 = "1.0.64"
-quote = "1.0.29"
+quote = "1.0.30"
 proc-macro-crate = "1.3.1"
 
 [features]
diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml
index 2c8bdb2f3b1f1eda202aefc97b2fbcc1ec437fc0..64c0fbdfa63072c2f16871365a988d5d7d50981a 100644
--- a/cumulus/xcm/xcm-emulator/Cargo.toml
+++ b/cumulus/xcm/xcm-emulator/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
 [dependencies]
 codec = { package = "parity-scale-codec", version = "3.0.0" }
 paste = "1.0.13"
-quote = "1.0.29"
+quote = "1.0.30"
 casey = "0.4.0"
 log = { version = "0.4.19", default-features = false }