From 2efc6bf4b2875f16a987bcbff0f90cff98eda3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:30:58 +0000 Subject: [PATCH] build(deps): bump the prod group with 1 update (#7915) Bumps the prod group with 1 update: [vergen](https://github.com/rustyhorde/vergen). - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.2.5...8.2.6) --- updated-dependencies: - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18e05df92..9a71e6f0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4967,9 +4967,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "vergen" -version = "8.2.5" +version = "8.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16" +checksum = "1290fd64cc4e7d3c9b07d7f333ce0ce0007253e32870e632624835cc80b83939" dependencies = [ "anyhow", "git2", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 3c7c9013a..ae2bc074a 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -227,7 +227,7 @@ proptest-derive = { version = "0.4.0", optional = true } console-subscriber = { version = "0.2.0", optional = true } [build-dependencies] -vergen = { version = "8.2.5", default-features = false, features = ["cargo", "git", "git2", "rustc"] } +vergen = { version = "8.2.6", default-features = false, features = ["cargo", "git", "git2", "rustc"] } # test feature lightwalletd-grpc-tests tonic-build = { version = "0.10.2", optional = true }