Bump expander from 0.0.5 to 0.0.6 (#5086)

Bumps [expander](https://github.com/drahnr/expander) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/drahnr/expander/releases)
- [Commits](https://github.com/drahnr/expander/compare/v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: expander
  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>
This commit is contained in:
dependabot[bot]
2022-03-11 16:27:14 +01:00
committed by GitHub
parent 681f3f4ed9
commit 078bf68037
2 changed files with 4 additions and 4 deletions
@@ -16,7 +16,7 @@ syn = { version = "1.0.86", features = ["full", "extra-traits"] }
quote = "1.0.15"
proc-macro2 = "1.0.36"
proc-macro-crate = "1.1.3"
expander = { version = "0.0.5", default-features = false }
expander = { version = "0.0.6", default-features = false }
[dev-dependencies]
assert_matches = "1.5.0"