diff --git a/Cargo.lock b/Cargo.lock index 7e396ed..dcfcdc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,9 +2432,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.15.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" +checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" dependencies = [ "cfb", ] diff --git a/Cargo.toml b/Cargo.toml index 6d17ad0..8e70c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ futures-util = "0.3" futures = "0.3" notify = "8" mime_guess = "2" -infer = "0.15" +infer = "0.19" tesseract = { version = "0.15", optional = true } image = { version = "0.25", features = ["png", "jpeg", "tiff", "bmp"], optional = true } imageproc = { version = "0.25", optional = true }