From 55403c8d5756c802516934095270c4c8f23ed642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 09:04:07 +0000 Subject: [PATCH] build(deps): bump vergen from 5.1.7 to 5.1.8 Bumps [vergen](https://github.com/rustyhorde/vergen) from 5.1.7 to 5.1.8. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/5.1.7...5.1.8) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fa375b2..8e3c5816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4052,9 +4052,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "vergen" -version = "5.1.7" +version = "5.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "047405d0de369210f6364d8c0ab790d9291c5b31d2989697d7bf79999b763191" +checksum = "59032138343003a17090952a1eaa7c1b260080b44d3dbb0d68905bd2230260ee" dependencies = [ "anyhow", "cfg-if 1.0.0", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 4186e789..cd55bfc3 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -48,7 +48,7 @@ sentry = { version = "0.21.0", default-features = false, features = ["backtrace" sentry-tracing = { git = "https://github.com/kellpossible/sentry-tracing.git", rev = "f1a4a4a16b5ff1022ae60be779eb3fb928ce9b0f" } [build-dependencies] -vergen = { version = "5.1.7", default-features = false, features = ["cargo", "git"] } +vergen = { version = "5.1.8", default-features = false, features = ["cargo", "git"] } [dev-dependencies] abscissa_core = { version = "0.5", features = ["testing"] }