From 12527bcdc9afca151714d7818408a0bbca874f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:24:52 +0000 Subject: [PATCH 1/2] Bump vergen from 8.2.9 to 8.3.1 Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.2.9 to 8.3.1. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.2.9...8.3.1) --- updated-dependencies: - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41c1141..2c3334a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2992,11 +2992,12 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "8.2.9" +version = "8.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c7b513a7d40506d5a07f186a298821cc9ec2cc22088a3593f7b612a66659f6" +checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525" dependencies = [ "anyhow", + "cfg-if", "gix", "rustversion", "time", diff --git a/Cargo.toml b/Cargo.toml index 72efa3d..a0b2d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] [build-dependencies] anyhow = "1.0.79" ructe = { version = "0.17.0", features = ["mime03"] } -vergen = { version = "8.2.9", default-features = false, features = ["git", "gitoxide"] } +vergen = { version = "8.3.1", default-features = false, features = ["git", "gitoxide"] } [dev-dependencies] awc = "3.3.0" From fd8781e983d5325a6aa308fed832e951b5b45c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 2 Feb 2024 13:25:06 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796187b..861692b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `actix-web` from 4.4.0 to 4.4.1 ([#713](https://github.com/vbrandl/hoc/pull/713)) - Bump `tempfile` from 3.8.1 to 3.9.0 ([#715](https://github.com/vbrandl/hoc/pull/715)) - Bump `serde_json` from 1.0.108 to 1.0.113 ([#717](https://github.com/vbrandl/hoc/pull/717), [#722](https://github.com/vbrandl/hoc/pull/722), [#727](https://github.com/vbrandl/hoc/pull/727)) -- Bump `vergen` from 8.2.6 to 8.2.9 ([#721](https://github.com/vbrandl/hoc/pull/721)) +- Bump `vergen` from 8.2.6 to 8.3.1 ([#721](https://github.com/vbrandl/hoc/pull/721), [#730](https://github.com/vbrandl/hoc/pull/730)) - Bump `actions/cache` from 3 to 4 ([#724](https://github.com/vbrandl/hoc/pull/724)) - Bump `h2` from 0.3.20 to 0.3.24 ([#725](https://github.com/vbrandl/hoc/pull/725))