diff --git a/CHANGELOG.md b/CHANGELOG.md index d870f44..3c8f461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +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.29.1 (#618, #625, #633, #634) - Bump `reqwest` from 0.11.17 to 0.11.18 (#619) -- Bump `vergen` from 8.1.3 to 8.2.3 (#621, #622, #635) +- Bump `vergen` from 8.1.3 to 8.2.4 (#621, #622, #635, #638) - Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623) - Bump `git2` from 0.17.1 to 0.17.2 (#624) - Bump `tempfile` from 3.5.0 to 3.6.0 (#626) diff --git a/Cargo.lock b/Cargo.lock index 5efe511..e126a60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2951,9 +2951,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "8.2.3" +version = "8.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce38fc503fa57441ac2539c3e723b5adf76601eb4f1ad24025c6660d27f355b7" +checksum = "bbc5ad0d9d26b2c49a5ab7da76c3e79d3ee37e7821799f8223fcb8f2f391a2e7" dependencies = [ "anyhow", "gix", diff --git a/Cargo.toml b/Cargo.toml index 69faf21..793891e 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.2.3", default-features = false, features = ["git", "gitoxide"] } +vergen = { version = "8.2.4", default-features = false, features = ["git", "gitoxide"] } [dev-dependencies] awc = "3.1.1"