From d203a420053306bb116fe1c52ec962110ee664ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:36:36 +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"] }