From e2594b3c5b738fcd23f4db28dc7016fbe2fa57ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 05:02:05 +0000 Subject: [PATCH 1/2] Bump vergen from 8.1.3 to 8.2.0 Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.1.3 to 8.2.0. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.1.3...8.2.0) --- updated-dependencies: - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fd324f..c33dd63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2838,9 +2838,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "8.1.3" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e03272e388fb78fc79481a493424f78d77be1d55f21bcd314b5a6716e195afe" +checksum = "3e884903ddba094df9bcdeb43b41170658bb4c2001ca8c47df7368244f4210ee" dependencies = [ "anyhow", "gix", diff --git a/Cargo.toml b/Cargo.toml index 94b489d..faa6fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] [build-dependencies] anyhow = "1.0.71" ructe = { version = "0.16.1", features = ["mime03"] } -vergen = { version = "8.1.3", default-features = false, features = ["git", "gitoxide"] } +vergen = { version = "8.2.0", default-features = false, features = ["git", "gitoxide"] } [dev-dependencies] awc = "3.1.1" From c304164935e7b4942f17cf73a689bdc747230062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 May 2023 05:02:23 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1b22b..0a576ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `actions/cache` from 2 to 3 (#616) - Bump `tokio` from 1.28.0 to 1.28.1 (#618) - Bump `reqwest` from 0.11.17 to 0.11.18 (#619) +- Bump `vergen` from 8.1.3 to 8.2.0 (#621) ## [0.35.0] 2023-05-04