Skip to content

Commit 2947d69

Browse files
fix(deps): update rust crate roff to v1 (#529)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [roff](https://redirect.github.com/rust-cli/roff-rs) | dependencies | major | `0.2` → `1.0` | --- ### Release Notes <details> <summary>rust-cli/roff-rs (roff)</summary> ### [`v1.0.0`](https://redirect.github.com/rust-cli/roff-rs/blob/HEAD/CHANGELOG.md#100---2026-02-11) [Compare Source](https://redirect.github.com/rust-cli/roff-rs/compare/v0.2.2...v1.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on friday" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jdx/usage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7609fd9 commit 2947d69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ kdl = "6"
3030
log = "0.4"
3131
miette = "7"
3232
regex = "1"
33-
roff = { version = "0.2", optional = true }
33+
roff = { version = "1.0", optional = true }
3434
serde = { version = "1", features = ["derive"] }
3535
shell-words = "1"
3636
strum = { version = "0.28", features = ["derive"] }

0 commit comments

Comments
 (0)