Browse Source

Bump quote from 1.0.28 to 1.0.29 (#3090)

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.28 to 1.0.29.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.28...1.0.29)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3096/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
d8dcbddd91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_macros/Cargo.toml

4
Cargo.lock generated

@ -3189,9 +3189,9 @@ dependencies = [
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.28" version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
] ]

2
boa_macros/Cargo.toml

@ -12,7 +12,7 @@ rust-version.workspace = true
proc-macro = true proc-macro = true
[dependencies] [dependencies]
quote = "1.0.28" quote = "1.0.29"
syn = { version = "2.0.22", features = ["full"] } syn = { version = "2.0.22", features = ["full"] }
proc-macro2 = "1.0" proc-macro2 = "1.0"
synstructure = "0.13" synstructure = "0.13"

Loading…
Cancel
Save