From 1f2753ae58fc66843577ea4ddfee5434f31d1471 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:18:55 +0000 Subject: [PATCH] Update vergen requirement from 3.0 to 4.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/compare/v3.0.1...4.0.1) 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..66522aed2d 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.0" [[example]] name = "hello_world"