From fa76a5cf7da66a415e4a0f37962aee9a1b566951 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:07:55 +0000 Subject: [PATCH] fix(deps): update rust crate roff to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89aedf9..08beb94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [dependencies] lexopt = "0.3.0" -roff = "0.2.1" +roff = "1.0.0" strsim = "0.11.1" uutils-args-derive = { version = "0.1.0", path = "derive" }