From a061bab33b375f6373a656d4e4609f8e6ef1e4b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 09:49:22 +0000 Subject: [PATCH] Update Rust crate vergen to v9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9b98dd..0e46b74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ tokio = { version = "1.34", features = ["full"] } insta = "1.38" [build-dependencies] -vergen = { version = "8.3.1", features = ["build", "git", "gitcl"] } +vergen = { version = "9.0.0", features = ["build", "git", "gitcl"] }