Bump vergen from 6.0.0 to 7.0.0

Bumps [vergen](https://github.com/rustyhorde/vergen) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: vergen
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-16 12:13:23 +00:00 committed by binarybaron
parent 4019246d50
commit dcb076c822
2 changed files with 5 additions and 4 deletions

View file

@ -86,5 +86,5 @@ tempfile = "3"
testcontainers = "0.12"
[build-dependencies]
vergen = { version = "6", default-features = false, features = [ "git", "build" ] }
vergen = { version = "7", default-features = false, features = [ "git", "build" ] }
anyhow = "1"