Bump vergen from 9.0.4 to 9.0.6

Bumps [vergen](https://github.com/rustyhorde/vergen) from 9.0.4 to 9.0.6.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/commits/vergen_9.0.6)

---
updated-dependencies:
- dependency-name: vergen
  dependency-version: 9.0.6
  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-06-02 05:05:44 +00:00 committed by GitHub
parent d9aafdbb13
commit 4ce2281b28
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

@ -3033,9 +3033,9 @@ dependencies = [
[[package]] [[package]]
name = "vergen" name = "vergen"
version = "9.0.4" version = "9.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0d2f179f8075b805a43a2a21728a46f0cc2921b3c58695b28fa8817e103cd9a" checksum = "6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_metadata 0.19.2", "cargo_metadata 0.19.2",

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.4", features = ["build", "cargo", "rustc"] } vergen = { version = "9.0.6", features = ["build", "cargo", "rustc"] }
anyhow = "1.0.98" anyhow = "1.0.98"
[dependencies] [dependencies]