Merge pull request #638 from vbrandl/dependabot/cargo/vergen-8.2.4

Bump vergen from 8.2.3 to 8.2.4
This commit is contained in:
Valentin Brandl 2023-07-06 09:29:42 +02:00 committed by GitHub
commit 14e353fd26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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 `actions/cache` from 2 to 3 (#616)
- Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634) - 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 `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 `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
- Bump `git2` from 0.17.1 to 0.17.2 (#624) - Bump `git2` from 0.17.1 to 0.17.2 (#624)
- Bump `tempfile` from 3.5.0 to 3.6.0 (#626) - Bump `tempfile` from 3.5.0 to 3.6.0 (#626)

4
Cargo.lock generated
View File

@ -2951,9 +2951,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]] [[package]]
name = "vergen" name = "vergen"
version = "8.2.3" version = "8.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce38fc503fa57441ac2539c3e723b5adf76601eb4f1ad24025c6660d27f355b7" checksum = "bbc5ad0d9d26b2c49a5ab7da76c3e79d3ee37e7821799f8223fcb8f2f391a2e7"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"gix", "gix",

View File

@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"]
[build-dependencies] [build-dependencies]
anyhow = "1.0.71" anyhow = "1.0.71"
ructe = { version = "0.16.1", features = ["mime03"] } 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] [dev-dependencies]
awc = "3.1.1" awc = "3.1.1"