Skip to content

Release v4.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Apr 04:52
· 74 commits to main since this release
b71fe8c

Security

  • Bumped transitive dependency rand 0.9.2 → 0.9.4 (RUSTSEC-2026-0097 / GHSA-cq8v-f236-94qc):
    unsound aliased mutable reference when a custom logger calls rand::rng() during reseeding.
    This crate's own code was not affected (rand is only used via the optional fake feature and
    dev-dependencies); the lock-file pin eliminates the vulnerable version entirely.

Changed

  • CI: weekly scheduled run added for security audit and Dependabot allowlist review.