Bump expander from 0.0.4 to 0.0.5 (#4985)

* Bump expander from 0.0.4 to 0.0.5

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* no default features unless we use them

* fixup cargo lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
This commit is contained in:
dependabot[bot]
2022-03-01 13:21:39 +00:00
committed by GitHub
parent 91ea5bbf57
commit 40dca1a460
2 changed files with 15 additions and 3 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 = "0.0.4"
expander = { version = "0.0.5", default-features = false }
[dev-dependencies]
assert_matches = "1.5.0"