diff --git a/Cargo.lock b/Cargo.lock index 2e4bf266fc..91abb40841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3189,9 +3189,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/boa_macros/Cargo.toml b/boa_macros/Cargo.toml index 9b3a3d6455..c7e9719948 100644 --- a/boa_macros/Cargo.toml +++ b/boa_macros/Cargo.toml @@ -12,7 +12,7 @@ rust-version.workspace = true proc-macro = true [dependencies] -quote = "1.0.28" +quote = "1.0.29" syn = { version = "2.0.22", features = ["full"] } proc-macro2 = "1.0" synstructure = "0.13"