Skip to content

Commit

Permalink
Update Rust crate vergen to 8.3.1 (#1173)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>rustyhorde/vergen (vergen)</summary>

### [`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

</details>

---

### 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).
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent b3077b0 commit 4654d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }

0 comments on commit 4654d7a

Please sign in to comment.