v0.8.1 – Security Improvements
What's Changed
- fix: Clippy, deny.toml and outdated deps by @poliorcetics in #233
- devshell: add protobuf, requirement to make all tests pass by @poliorcetics in #232
- deps: update rustls to fix RustSec advisory by @poliorcetics in #237
- docs: fix all broken doc links by @poliorcetics in #238
- feat: add
Digest::from_parts()
for when the algorithm and digest are already separated instead of forcing to build aString
by @poliorcetics in #239 - chore: remove registry crate, it's not the approach we want to take by @poliorcetics in #241
- Fix Clippy warnings by @DavidWHelsing in #245
- Add rust tests to nix checks by @DavidWHelsing in #244
- Bump gix due to CVE by @alexespencer in #247
- nix: deduplicate flake-utils input by @poliorcetics in #248
- Bump versions by @mara-schulke in #249
New Contributors
- @poliorcetics made their first contribution in #233
- @DavidWHelsing made their first contribution in #245
Full Changelog: v0.8.0...v0.8.1