From c1f23ccafd8f728e469a43536c2b3baa637cb40b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:39:15 +0000 Subject: [PATCH] Update vergen requirement from 3.0 to 5.1 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...5.1.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..d26ea193ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ ron = "0.5" specs-derive = "0.4" [build-dependencies] -vergen = "3.0" +vergen = "5.1" [[example]] name = "hello_world"