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]