The way the features were defined meant that using imageproc with default-features = false, features = ["rayon"] would fail to compile as that wouldn't force image to use its rayon feature. This PR fixes that and updates the cargo dependencies while at it.
The way the features were defined meant that using
imageproc
withdefault-features = false, features = ["rayon"]
would fail to compile as that wouldn't forceimage
to use itsrayon
feature. This PR fixes that and updates the cargo dependencies while at it.