Odonno / surrealdb-migrations

An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project.
https://crates.io/crates/surrealdb-migrations
MIT License
210 stars 16 forks source link

:construction_worker: Add cargo-deny #65

Closed liamwh closed 8 months ago

liamwh commented 8 months ago

Incorporating cargo-deny into the CI pipeline ensures consistent monitoring of dependencies for security vulnerabilities, licensing issues, and duplicate dependencies. This tool automates the validation of our Cargo.lock file, enhancing the security and compliance of our Rust projects with minimal manual intervention. Integrating cargo-deny will streamline the review process and maintain the high quality of the dependencies with each code change.

Odonno commented 8 months ago

Thank you for this improvement @liamwh Just some small changes requested.

liamwh commented 8 months ago

Hi @Odonno, I have responded to your questions. Please resolve the comments if you agree 👍