diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1dbd7..893f5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.2 to 0.7.1 ([#534]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152 ([#535]) * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1 ([#536]) +* Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.4.4 to 7.5.0 ([#537]) [#530]: https://github.com/vbrandl/hoc/pull/530 [#531]: https://github.com/vbrandl/hoc/pull/531 @@ -20,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#534]: https://github.com/vbrandl/hoc/pull/534 [#535]: https://github.com/vbrandl/hoc/pull/535 [#536]: https://github.com/vbrandl/hoc/pull/536 +[#537]: https://github.com/vbrandl/hoc/pull/537 ## [0.28.0] 2022-12-18 diff --git a/Cargo.lock b/Cargo.lock index c4add4b..e207739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -589,18 +589,18 @@ dependencies = [ [[package]] name = "enum-iterator" -version = "1.1.3" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a0ac4aeb3a18f92eaf09c6bb9b3ac30ff61ca95514fc58cbead1c9a6bf5401" +checksum = "91a4ec26efacf4aeff80887a175a419493cb6f8b5480d26387eb0bd038976187" dependencies = [ "enum-iterator-derive", ] [[package]] name = "enum-iterator-derive" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b13f1e69590421890f90448c3cd5f554746a31adc6dc0dac406ec6901db8dc25" +checksum = "828de45d0ca18782232dfb8f3ea9cc428e8ced380eb26a520baaacfc70de39ce" dependencies = [ "proc-macro2", "quote", @@ -2178,9 +2178,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "7.4.4" +version = "7.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efadd36bc6fde40c6048443897d69511a19161c0756cb704ed403f8dfd2b7d1c" +checksum = "571b69f690c855821462709b6f41d42ceccc316fbd17b60bd06d06928cfe6a99" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index c33c126..e5239fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] [build-dependencies] ructe = { version = "0.15.0", features = ["mime03"] } -vergen = { version = "7.4.4", default-features = false, features = ["git"] } +vergen = { version = "7.5.0", default-features = false, features = ["git"] } [dev-dependencies] awc = "3.0.1"