diff --git a/Cargo.lock b/Cargo.lock index eaadb6e..ffde8c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index eb3589f..7933b70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]