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

Bump quote from 1.0.29 to 1.0.30 (#2887)


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

---
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 2870dd39
No related merge requests found
......@@ -10952,9 +10952,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.29"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
checksum = "5907a1b7c277254a8b15170f6e7c97cfa60ee7872a3217663bb81151e48184bb"
dependencies = [
"proc-macro2",
]
......
......@@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
syn = "2.0.26"
proc-macro2 = "1.0.64"
quote = "1.0.29"
quote = "1.0.30"
proc-macro-crate = "1.3.1"
[features]
......
......@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
paste = "1.0.13"
quote = "1.0.29"
quote = "1.0.30"
casey = "0.4.0"
log = { version = "0.4.19", default-features = false }
......
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