From c79581b0a3f6ac0cfcf1c094e315ad4feaf42dfe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 05:15:54 +0000 Subject: [PATCH] Update vergen requirement from 3.0 to 4.2 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/compare/v3.0.1...4.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 895e2bbea0..e8e6fe802f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ ron = "0.5" specs-derive = "0.4" [build-dependencies] -vergen = "3.0" +vergen = "4.2" [[example]] name = "hello_world"