Merge pull request #55 from shibedrill/dependabot/cargo/vergen-9.0.6
Some checks failed
Rust / check (push) Failing after 45s
Rust / build (push) Failing after 1m27s

Bump vergen from 9.0.4 to 9.0.6
This commit is contained in:
August 2025-07-04 11:51:33 -04:00 committed by GitHub
commit fb7ab4f6cc
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]]
name = "vergen"
version = "9.0.4"
version = "9.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0d2f179f8075b805a43a2a21728a46f0cc2921b3c58695b28fa8817e103cd9a"
checksum = "6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777"
dependencies = [
"anyhow",
"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
[build-dependencies]
vergen = { version = "9.0.4", features = ["build", "cargo", "rustc"] }
vergen = { version = "9.0.6", features = ["build", "cargo", "rustc"] }
anyhow = "1.0.98"
[dependencies]