Merge pull request #621 from vbrandl/dependabot/cargo/vergen-8.2.0

Bump vergen from 8.1.3 to 8.2.0
This commit is contained in:
Valentin Brandl 2023-05-22 13:14:23 +02:00 committed by GitHub
commit 1a8db00ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -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 `actions/cache` from 2 to 3 (#616)
- Bump `tokio` from 1.28.0 to 1.28.1 (#618) - Bump `tokio` from 1.28.0 to 1.28.1 (#618)
- 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.0 (#621)
## [0.35.0] 2023-05-04 ## [0.35.0] 2023-05-04

4
Cargo.lock generated
View File

@ -2838,9 +2838,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]] [[package]]
name = "vergen" name = "vergen"
version = "8.1.3" version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e03272e388fb78fc79481a493424f78d77be1d55f21bcd314b5a6716e195afe" checksum = "3e884903ddba094df9bcdeb43b41170658bb4c2001ca8c47df7368244f4210ee"
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.1.3", default-features = false, features = ["git", "gitoxide"] } vergen = { version = "8.2.0", default-features = false, features = ["git", "gitoxide"] }
[dev-dependencies] [dev-dependencies]
awc = "3.1.1" awc = "3.1.1"