Skip to content

Commit 0ec216e

Browse files
Update Rust crate const_format to 0.2.31 (#24)
[![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).
1 parent 5113e0b commit 0ec216e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next-swc/crates/next-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ anyhow = { workspace = true }
1313
async-recursion = { workspace = true }
1414
async-trait = { workspace = true }
1515
base64 = "0.21.4"
16-
const_format = "0.2.30"
16+
const_format = "0.2.31"
1717
once_cell = { workspace = true }
1818
qstring = { workspace = true }
1919
regex = { workspace = true }

0 commit comments

Comments
 (0)