Browse Source

Bump quote from 1.0.26 to 1.0.27 (#2920)

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

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

@ -3200,9 +3200,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.26"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
dependencies = [
"proc-macro2",
]

2
boa_macros/Cargo.toml

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

Loading…
Cancel
Save