From 20417509c423290cd0065f42608010fc71bc1e2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:56:36 +0000 Subject: [PATCH] fix(deps): update rust crate strsim to 0.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c815db7..660520f 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.11.0" +strsim = "0.11.1" lexopt = "0.3.0" [features]