Bump vergen from 9.0.3 to 9.0.4

Bumps [vergen](https://github.com/rustyhorde/vergen) from 9.0.3 to 9.0.4.
- [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] 2025-01-13 04:32:28 +00:00 committed by GitHub
parent c9ef381ff5
commit 28349e9674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2985,9 +2985,9 @@ dependencies = [
[[package]] [[package]]
name = "vergen" name = "vergen"
version = "9.0.3" version = "9.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5874b280b7018290bee73c03ff2437bcfcc25f637d6a74927790d309698963ed" checksum = "e0d2f179f8075b805a43a2a21728a46f0cc2921b3c58695b28fa8817e103cd9a"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_metadata 0.19.1", "cargo_metadata 0.19.1",

View File

@ -9,7 +9,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies] [build-dependencies]
vergen = { version = "9.0.2", features = ["build", "cargo", "rustc"] } vergen = { version = "9.0.4", features = ["build", "cargo", "rustc"] }
anyhow = "1.0.95" anyhow = "1.0.95"
[dependencies] [dependencies]