From ae9d31b82c90b9ebae6522c4002221b097ce42f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 04:18:02 +0000 Subject: [PATCH] Bump vergen from 5.1.0 to 5.1.1 Bumps [vergen](https://github.com/rustyhorde/vergen) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/5.1.0...5.1.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index baaac6f..f8ef8c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2592,9 +2592,9 @@ checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" [[package]] name = "vergen" -version = "5.1.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183" +checksum = "05b12ae3b7d7a942d4698d79e20513c99fb3b6b7b0efc1b1f1fb0aafa31de939" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 56890b7..915d019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tracing-subscriber = { version = "0.2.17", features = ["registry", "env-filter"] [build-dependencies] ructe = "0.13.2" -vergen = { version = "5.1.0", default-features = false, features = ["git"] } +vergen = { version = "5.1.1", default-features = false, features = ["git"] } [dev-dependencies] ructe = "0.13.2"