From 4654d7ac7a34c8d4184f69c43f73e4e2611621c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:55:59 +0000 Subject: [PATCH] Update Rust crate vergen to 8.3.1 (#1173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vergen](https://togithub.com/rustyhorde/vergen) | build-dependencies | minor | `8.2.9` -> `8.3.1` | --- ### Release Notes
rustyhorde/vergen (vergen) ### [`v8.3.1`](https://togithub.com/rustyhorde/vergen/releases/tag/8.3.1): - vergen [Compare Source](https://togithub.com/rustyhorde/vergen/compare/8.3.0...8.3.1) - Documentation updates to make more clear the feature selection and usage due to cargo feature unification. ### [`v8.3.0`](https://togithub.com/rustyhorde/vergen/releases/tag/8.3.0): - vergen [Compare Source](https://togithub.com/rustyhorde/vergen/compare/8.2.10...8.3.0) - Partial fix for `cargo` feature unification issue with the git features. ### [`v8.2.10`](https://togithub.com/rustyhorde/vergen/releases/tag/8.2.10): - vergen [Compare Source](https://togithub.com/rustyhorde/vergen/compare/8.2.9...8.2.10) - Added re-export of `DependencyKind` to make using the new cargo dependencies feature more smooth
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- packages/next-swc/crates/next-build/Cargo.toml | 2 +- packages/next-swc/crates/next-dev/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/next-swc/crates/next-build/Cargo.toml b/packages/next-swc/crates/next-build/Cargo.toml index 8beb195a14..fee64724f5 100644 --- a/packages/next-swc/crates/next-build/Cargo.toml +++ b/packages/next-swc/crates/next-build/Cargo.toml @@ -74,7 +74,7 @@ turbo-tasks = { workspace = true } [build-dependencies] turbopack-binding = { workspace = true, features = ["__turbo_tasks_build"] } -vergen = { version = "8.2.9", default-features = false, features = [ +vergen = { version = "8.3.1", default-features = false, features = [ "cargo", "build", ] } diff --git a/packages/next-swc/crates/next-dev/Cargo.toml b/packages/next-swc/crates/next-dev/Cargo.toml index c803c5210a..c9257a7bb6 100644 --- a/packages/next-swc/crates/next-dev/Cargo.toml +++ b/packages/next-swc/crates/next-dev/Cargo.toml @@ -98,7 +98,7 @@ nix = "0.27.1" turbopack-binding = { workspace = true, features = [ "__turbo_tasks_build" ]} -vergen = { version = "8.2.9", default-features = false, features = [ +vergen = { version = "8.3.1", default-features = false, features = [ "cargo", "build", ] }