build(deps): bump vergen from 8.3.1 to 8.3.2

Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/commits)

---
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] 2024-07-15 11:28:00 +00:00 committed by TÖRÖK Attila
parent 51e868d8ac
commit f887e96c70
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5913,9 +5913,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "vergen"
version = "8.3.1"
version = "8.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525"
checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566"
dependencies = [
"anyhow",
"cargo_metadata",

View File

@ -55,7 +55,7 @@ winapi = "0.3.9"
[build-dependencies]
embed-resource = "2"
vergen = { version = "8.3.1", features = ["build", "git", "gitcl", "cargo"] }
vergen = { version = "8.3.2", features = ["build", "git", "gitcl", "cargo"] }
[features]
default = ["software_video", "external_video"]