From 28349e96742e1e45484520d78a48d395e0cd1dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:32:28 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]