Needed for cargo audit to not complain when vendoring dependencies, which is needed for packaging.
FYI @tasn
I'm looking at bumping the vendored dependencies of the openSUSE libetebase package, and their process automatically runs cargo audit on the package. Due to some of the deps in the lockfile being old, it complains about a bunch of security vulns. This should fix that.
I've simply run cargo update and committed the changes.
Once/if merged, we'd also need a new patch release :pray:
Needed for cargo audit to not complain when vendoring dependencies, which is needed for packaging.
FYI @tasn
I'm looking at bumping the vendored dependencies of the openSUSE libetebase package, and their process automatically runs cargo audit on the package. Due to some of the deps in the lockfile being old, it complains about a bunch of security vulns. This should fix that.
I've simply run
cargo update
and committed the changes.Once/if merged, we'd also need a new patch release :pray: