Merge pull request #407 from vbrandl/dependabot/cargo/vergen-6.0.2
Some checks failed
continuous-integration/drone/push Build is failing

Bump vergen from 6.0.1 to 6.0.2
This commit is contained in:
Valentin Brandl 2022-01-28 14:34:35 +01:00 committed by GitHub
commit 45a582dcdd
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

@ -2260,9 +2260,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vergen"
version = "6.0.1"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467c706f13b7177c8a138858cbd99c774613eb8e0ff42cf592d65a82f59370c8"
checksum = "3893329bee75c101278e0234b646fa72221547d63f97fb66ac112a0569acd110"
dependencies = [
"anyhow",
"cfg-if",

View File

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