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

Bump quote from 1.0.17 to 1.0.18 (#1163)


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

---
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 2134f683
No related merge requests found
......@@ -8738,9 +8738,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.17"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]
......
......@@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
syn = "1.0.91"
proc-macro2 = "1.0.37"
quote = "1.0.17"
quote = "1.0.18"
proc-macro-crate = "1.1.3"
[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