From 008ade0c5dd702a728de1e22734d26ee9cb43367 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:08:51 +0000 Subject: [PATCH] Update Rust crate strsim to 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 138b034..5ae5411 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] uutils-args-derive = { version = "0.1.0", path = "derive" } uutils-args-complete = { version = "0.1.0", path = "complete", optional = true } -strsim = "0.10.0" +strsim = "0.10.1" lexopt = "0.3.0" [features]