build(deps): bump vergen from 5.1.2 to 5.1.5

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-27 09:01:46 +00:00 committed by Deirdre Connolly
parent 247620320e
commit 555805171c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3937,9 +3937,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "vergen"
version = "5.1.2"
version = "5.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0277ffac28b64e449a7a8c369ddd8591647c5a2d1fd513eebd6a153ff4c40ea4"
checksum = "adf0b57f76a4f7e9673db1e7ffa4541d215ae8336fee45f5c1378bdeb22a0314"
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.2", default-features = false, features = ["cargo", "git"] }
vergen = { version = "5.1.5", default-features = false, features = ["cargo", "git"] }
[dev-dependencies]
abscissa_core = { version = "0.5", features = ["testing"] }