build(deps): bump vergen from 5.1.7 to 5.1.8

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-26 09:04:07 +00:00 committed by Deirdre Connolly
parent e3d2ae0a8a
commit 55403c8d57
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4052,9 +4052,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "vergen"
version = "5.1.7"
version = "5.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "047405d0de369210f6364d8c0ab790d9291c5b31d2989697d7bf79999b763191"
checksum = "59032138343003a17090952a1eaa7c1b260080b44d3dbb0d68905bd2230260ee"
dependencies = [
"anyhow",
"cfg-if 1.0.0",

View File

@ -48,7 +48,7 @@ sentry = { version = "0.21.0", default-features = false, features = ["backtrace"
sentry-tracing = { git = "https://github.com/kellpossible/sentry-tracing.git", rev = "f1a4a4a16b5ff1022ae60be779eb3fb928ce9b0f" }
[build-dependencies]
vergen = { version = "5.1.7", default-features = false, features = ["cargo", "git"] }
vergen = { version = "5.1.8", default-features = false, features = ["cargo", "git"] }
[dev-dependencies]
abscissa_core = { version = "0.5", features = ["testing"] }