diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 03db0d89cd..c27bc409e3 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -10925,9 +10925,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" dependencies = [ "proc-macro2", ] diff --git a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml index 77ef1cf488..4854001cdb 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.18" proc-macro2 = "1.0.63" -quote = "1.0.28" +quote = "1.0.29" proc-macro-crate = "1.3.1" [features] diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml index 01b9f6d604..207f2c489b 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.5" -quote = "1.0.28" +quote = "1.0.29" casey = "0.4.0" log = { version = "0.4.19", default-features = false }