Bump vergen from 5.1.15 to 5.1.16

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-21 04:17:40 +00:00 committed by GitHub
parent c1c499e003
commit a3b224a8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2256,9 +2256,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vergen"
version = "5.1.15"
version = "5.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "265455aab08c55a1ab13f07c8d5e25c7d46900f4484dd7cbd682e77171f93f3c"
checksum = "7b62d4fc8fc9c81d139c8106b9f4e583e7c1eb36e320dc28d5c03aab86729495"
dependencies = [
"anyhow",
"cfg-if",

View File

@ -37,7 +37,7 @@ tracing-subscriber = { version = "0.2.25", features = ["registry", "env-filter"]
[build-dependencies]
ructe = "0.13.4"
vergen = { version = "5.1.15", default-features = false, features = ["git"] }
vergen = { version = "5.1.16", default-features = false, features = ["git"] }
[dev-dependencies]
awc = "3.0.0-beta.8"