Browse Source

Bump quote from 1.0.31 to 1.0.32 (#3167)

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

---
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/3171/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
8aa8f2735f
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

@ -3128,9 +3128,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.31"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
dependencies = [
"proc-macro2",
]

2
boa_macros/Cargo.toml

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

Loading…
Cancel
Save