Skip to content

Commit

Permalink
Update Rust crate vergen to v9 (#2252)
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 | major | `8.3.1` -> `9.0.0` |

---

### Release Notes

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

### [`v9.0.0`](https://togithub.com/rustyhorde/vergen/releases/tag/vergen_9.0.0): vergen 9.0.0

-   Release 9 of the `vergen` tool.

</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 Jul 10, 2024
1 parent 6a31249 commit 9ae480c
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.3.1", default-features = false, features = [
vergen = { version = "9.0.0", 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.29.0"
turbopack-binding = { workspace = true, features = [
"__turbo_tasks_build"
]}
vergen = { version = "8.3.1", default-features = false, features = [
vergen = { version = "9.0.0", default-features = false, features = [
"cargo",
"build",
] }

0 comments on commit 9ae480c

Please sign in to comment.