diff --git a/screenpipe-vision/Cargo.toml b/screenpipe-vision/Cargo.toml index 40be245f..c7002311 100644 --- a/screenpipe-vision/Cargo.toml +++ b/screenpipe-vision/Cargo.toml @@ -48,8 +48,8 @@ rand = "0.8.5" # Log log = { workspace = true } -wait-timeout = "0.2" image-compare = "0.4.1" +strsim = "0.10.0" [dev-dependencies] tempfile = "3.3.0"