From f1136ba7743b90af0b3c3db5b35f4ce9fe7ad7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:11:26 +0000 Subject: [PATCH] chore(deps): update vergen requirement from 8.3 to 9.0 Updates the requirements on [vergen](https://github.com/rustyhorde/vergen) to permit the latest version. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/commits) --- updated-dependencies: - dependency-name: vergen dependency-version: 8.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09e5f22..254b157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ criterion = { version = "0.7", features = ["html_reports"] } [build-dependencies] # ビルド時コード生成 -vergen = { version = "8.3", features = ["build", "cargo", "git", "gitcl"] } +vergen = { version = "9.0", features = ["build", "cargo", "git", "gitcl"] } [profile.release] # 本番最適化