Bump proc-macro-warning from 0.3.1 to 0.4.1 (#14171)

Bumps [proc-macro-warning](https://github.com/ggwpez/proc-macro-warning) from 0.3.1 to 0.4.1.
- [Commits](https://github.com/ggwpez/proc-macro-warning/compare/v0.3.1...v0.4.1)

---
updated-dependencies:
- dependency-name: proc-macro-warning
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
dependabot[bot]
2023-05-29 11:45:00 +02:00
committed by GitHub
parent 6947b334b4
commit 3c3105d2ae
2 changed files with 3 additions and 3 deletions
@@ -23,7 +23,7 @@ proc-macro2 = "1.0.56"
quote = "1.0.26"
syn = { version = "2.0.16", features = ["full"] }
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
proc-macro-warning = { version = "0.3.0", default-features = false }
proc-macro-warning = { version = "0.4.1", default-features = false }
[features]
default = ["std"]