fix(deps): update rust crate strsim to 0.11.1

This commit is contained in:
renovate[bot]
2024-04-02 22:56:36 +00:00
committed by GitHub
parent c380e9d6ed
commit 20417509c4
+1 -1
View File
@@ -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]