build(deps): bump vergen from 8.2.10 to 8.3.0 (#31107)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-16 18:44:14 +01:00 committed by GitHub
parent 8c53a8c745
commit 55bf020d89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -6593,11 +6593,12 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "vergen"
version = "8.2.10"
version = "8.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a78365c3f8ca9dc5428a9f5c6349558c3f9f3eeb65e3fc00b6a981379462947"
checksum = "ec0d895592fa7710eba03fe072e614e3dc6a61ab76ae7ae10d2eb4a7ed5b00ca"
dependencies = [
"anyhow",
"cfg-if",
"git2",
"rustversion",
"time 0.3.23",

View file

@ -14,7 +14,7 @@ path = "main.rs"
bench = false
[build-dependencies]
vergen = { version = "8.2.10", features = ["git", "git2"] }
vergen = { version = "8.3.0", features = ["git", "git2"] }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"