Allow disabling dependency on inventory v0.1
#188
Labels
K-feature
Kind: proposed new code to implement new behaviour
inventory v0.1
#188
There are some open security advisories for
inventory
<v0.2.0
: https://rustsec.org/packages/inventory.html . They are not serious, but it would still be nice to provide a way to remove theinventory v0.1
version from the dependency graph.Since #132, there is an optional
inventory-0-3-1
feature, but theheader
feature still enables theinventory v0.1
dependency unconditionally.(I tried working around that by enabling the
safer_ffi-proc_macros/headers
feature manually instead of the top-levelheaders
feature. Unfortunately, this doesn't work since there are multiple#[cfg(feature = "headers")]
instances in the code, which are required as well.)The text was updated successfully, but these errors were encountered: