Merge pull request #141 from readur/renovate/infer-0.x
fix(deps): update rust crate infer to 0.19
This commit is contained in:
commit
ed708cf16f
|
|
@ -2432,9 +2432,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "infer"
|
name = "infer"
|
||||||
version = "0.15.0"
|
version = "0.19.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
|
checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfb",
|
"cfb",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ futures-util = "0.3"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
notify = "8"
|
notify = "8"
|
||||||
mime_guess = "2"
|
mime_guess = "2"
|
||||||
infer = "0.15"
|
infer = "0.19"
|
||||||
tesseract = { version = "0.15", optional = true }
|
tesseract = { version = "0.15", optional = true }
|
||||||
image = { version = "0.25", features = ["png", "jpeg", "tiff", "bmp"], optional = true }
|
image = { version = "0.25", features = ["png", "jpeg", "tiff", "bmp"], optional = true }
|
||||||
imageproc = { version = "0.25", optional = true }
|
imageproc = { version = "0.25", optional = true }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue