v0.12.1
Maintenance release: dependency updates, a transitive security patch, and CI fixes. No behavior changes.
Maintenance and Security
A small maintenance release. There are no user-facing behavior changes — sites build and deploy exactly as before.
Security
- Updated the transitive
randdependency to0.9.3, resolving GHSA-cq8v-f236-94qc (a low-severity soundness advisory inrand).
Dependencies
- Bumped
rustls-webpkiand the rest of the Rust dependency group to their latest patch releases. - Refreshed pinned GitHub Actions to current versions.
Internals
- Fixed two
clippy::unnecessary_sort_bylints in the build pipeline (sort_by→sort_by_key). Sort order is unchanged. - Updated
deny.tomlto acknowledgeRUSTSEC-2026-0105(core2is unmaintained and pulled in transitively by therav1eAVIF encoder, with no safe upgrade available), and bumpedcargo-deny-actionso the supply-chain audit job runs cleanly again.