diff --git a/Cargo.lock b/Cargo.lock index 01de83a..443881c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2985,9 +2985,9 @@ dependencies = [ [[package]] name = "vergen" -version = "9.0.3" +version = "9.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5874b280b7018290bee73c03ff2437bcfcc25f637d6a74927790d309698963ed" +checksum = "e0d2f179f8075b805a43a2a21728a46f0cc2921b3c58695b28fa8817e103cd9a" dependencies = [ "anyhow", "cargo_metadata 0.19.1", diff --git a/Cargo.toml b/Cargo.toml index a324bd7..c1475c1 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.2", features = ["build", "cargo", "rustc"] } +vergen = { version = "9.0.4", features = ["build", "cargo", "rustc"] } anyhow = "1.0.95" [dependencies]