Merge pull request #379 from vbrandl/dependabot/cargo/vergen-5.2.0
All checks were successful
continuous-integration/drone/push Build is passing

Bump vergen from 5.1.18 to 5.2.0
This commit is contained in:
Valentin Brandl 2021-12-09 12:18:11 +01:00 committed by GitHub
commit 13b90f6ab0
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

@ -2245,9 +2245,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vergen"
version = "5.1.18"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d48696c0fbbdafd9553e14c4584b4b9583931e9474a3ae506f1872b890d0b47"
checksum = "b4a21b1fc04977357c3a6187a56ebd91ab60b98328956c1dda501f4e04c7afcb"
dependencies = [
"anyhow",
"cfg-if",

View File

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