Browse Source

Bump quote from 1.0.35 to 1.0.36 (#3813)

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

---
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/3817/head
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
c63e8e2d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      core/macros/Cargo.toml

4
Cargo.lock generated

@ -2948,9 +2948,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.35"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]

2
core/macros/Cargo.toml

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

Loading…
Cancel
Save