Below you will find pages that utilize the taxonomy term “EmbarkStudios”
January 8, 2026
cargo-deny
Version updated for https://github.com/EmbarkStudios/cargo-deny-action to version v2.0.15.
This action is used across all versions by 5,728 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The cargo-deny GitHub Action automates the process of analyzing and validating dependencies in Rust projects using the cargo-deny tool. It checks for issues such as banned crates, disallowed licenses, and potential advisories in a project’s dependency tree, helping maintain compliance and security.
November 25, 2025
cargo-deny
Version updated for https://github.com/EmbarkStudios/cargo-deny-action to version v2.0.14.
This action is used across all versions by 5,488 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 0.18.5 Changed PR#789 changed it so that release binaries are now built with LTO. PR#790 and PR#794 updated various crates. Added PR#790 added SARIF as an output format, usable via --format sarif. The current output for this format is experimental and may change in future updates.
June 19, 2025
cargo-deny
Version updated for https://github.com/EmbarkStudios/cargo-deny-action to version v2.0.12.
This action is used across all versions by 4,892 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed PR#773 changed cargo-deny’s duplicate detection to automatically ignore versions whose only dependent is another version of the same crate.