Bump vergen from 5.1.15 to 6.0.0

Bumps [vergen](https://github.com/rustyhorde/vergen) from 5.1.15 to 6.0.0.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/5.1.15...6.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] 2021-12-09 23:37:54 +00:00 committed by GitHub
parent 8bd3ea05d9
commit 7879cbcfaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

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