Skip to content
Snippets Groups Projects
Commit 0aa857ac authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump quote from 1.0.23 to 1.0.26 (#2331)


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

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 18432bdc
Branches
No related merge requests found
...@@ -9290,9 +9290,9 @@ dependencies = [ ...@@ -9290,9 +9290,9 @@ dependencies = [
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.23" version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
] ]
......
...@@ -11,7 +11,7 @@ proc-macro = true ...@@ -11,7 +11,7 @@ proc-macro = true
[dependencies] [dependencies]
syn = "1.0.109" syn = "1.0.109"
proc-macro2 = "1.0.52" proc-macro2 = "1.0.52"
quote = "1.0.23" quote = "1.0.26"
proc-macro-crate = "1.3.1" proc-macro-crate = "1.3.1"
[features] [features]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment