From 066d69c4761fbbcfbde1703906c71472237ae3d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:40:19 +0000 Subject: [PATCH] Update Rust crate strsim to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ae5411..c815db7 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.1" +strsim = "0.11.0" lexopt = "0.3.0" [features]