chore(deps): bump roff from 0.2.2 to 1.0.0 (#976)

Bumps [roff](https://github.com/rust-cli/roff-rs) from 0.2.2 to 1.0.0.
- [Changelog](https://github.com/rust-cli/roff-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/roff-rs/compare/v0.2.2...v1.0.0)

---
updated-dependencies:
- dependency-name: roff
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-02-17 03:14:18 +01:00 committed by GitHub
parent c8de29e239
commit 0d399ea4e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

10
Cargo.lock generated
View file

@ -329,7 +329,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301"
dependencies = [
"clap",
"roff",
"roff 0.2.2",
]
[[package]]
@ -1796,6 +1796,12 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
[[package]]
name = "roff"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a65c4aa82d26fd949433258cada661b1816175012149f0b8cc3269b2df5913"
[[package]]
name = "ron"
version = "0.12.0"
@ -2045,7 +2051,7 @@ dependencies = [
"ratatui",
"rayon",
"regex",
"roff",
"roff 1.0.0",
"ron",
"serde",
"shell-quote",

View file

@ -63,7 +63,7 @@ interprocess = { version = "2.3.1", features = ["tokio"] }
serde = { version = "1.0.228", features = ["derive"] }
ron = "0.12.0"
frizbee = { version = "0.7.0", optional = true }
roff = "0.2.2"
roff = "1.0.0"
unicode-display-width = "0.3.0"
unicode-normalization = "0.1.25"
derive_more = { version = "2.1.1", features = ["debug", "eq"] }