Merge pull request #622 from vbrandl/dependabot/cargo/vergen-8.2.1

Bump vergen from 8.2.0 to 8.2.1
This commit is contained in:
Valentin Brandl 2023-05-25 14:54:20 +02:00 committed by GitHub
commit 5f1fc70a05
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.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) - Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622)
## [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.2.0" version = "8.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e884903ddba094df9bcdeb43b41170658bb4c2001ca8c47df7368244f4210ee" checksum = "8b3c89c2c7e50f33e4d35527e5bf9c11d6d132226dbbd1753f0fbe9f19ef88c6"
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.0", default-features = false, features = ["git", "gitoxide"] } vergen = { version = "8.2.1", default-features = false, features = ["git", "gitoxide"] }
[dev-dependencies] [dev-dependencies]
awc = "3.1.1" awc = "3.1.1"