Skip to content

Commit

Permalink
Update Rust crate const_format to 0.2.31 (#24)
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 |
|---|---|---|---|
| [const_format](https://togithub.com/rodrimati1992/const_format_crates) | dependencies | patch | `0.2.30` -> `0.2.31` |

---

### Release Notes

<details>
<summary>rodrimati1992/const_format_crates (const_format)</summary>

### [`v0.2.31`](https://togithub.com/rodrimati1992/const_format_crates/blob/HEAD/Changelog.md#0231)

Added a workaround for rustdoc bug ([https://github.com/rust-lang/rust/issues/112085](https://togithub.com/rust-lang/rust/issues/112085)).

</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/sammyfilly/Nextjs).
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 5113e0b commit 0ec216e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = { workspace = true }
async-recursion = { workspace = true }
async-trait = { workspace = true }
base64 = "0.21.4"
const_format = "0.2.30"
const_format = "0.2.31"
once_cell = { workspace = true }
qstring = { workspace = true }
regex = { workspace = true }
Expand Down

0 comments on commit 0ec216e

Please sign in to comment.