Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • swap the optional sqlx dependency for sqlx-core so enabling the feature no longer pulls in the vulnerable MySQL driver
  • add cargo audit to the local pre-commit hook and CI workflow and surface its status with a README badge
  • bump the crate to v0.5.1, refresh the changelog, and regenerate the READMEs with the new version

Testing

  • cargo +nightly fmt --all
  • cargo +1.90.0 clippy --workspace --all-targets --all-features -- -D warnings
  • cargo +1.90.0 build --workspace --all-targets
  • cargo +1.90.0 test --workspace --all-features
  • cargo +1.90.0 doc --no-deps --workspace
  • cargo audit

https://chatgpt.com/codex/tasks/task_e_68ccc0dda764832bb62bba83a13c2bbd

@RAprogramm RAprogramm merged commit 1daff37 into new_version Sep 19, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the codex/add-ci-pre-commit-check-for-cargo-audit branch September 19, 2025 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants