Merge pull request #730 from vbrandl/dependabot/cargo/vergen-8.3.1
Bump vergen from 8.2.9 to 8.3.1
This commit is contained in:
commit
c3a70c7c3c
@ -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))
|
||||
|
||||
|
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user