mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-14 00:47:14 +00:00
94328a2977
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/embarkstudios/cargo-deny-action/releases">EmbarkStudios/cargo-deny-action's releases</a>.</em></p> <blockquote> <h2>Release 2.0.1 - cargo-deny 0.16.1</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/691">PR#691</a> fixed an issue where workspace dependencies that used the current dir '.' path component would incorrectly trigger the <code>unused-workspace-dependency</code> lint.</li> </ul> <h2>Release 2.0.0 - cargo-deny 0.16.0</h2> <h2><code>Action</code></h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny-action/pull/78">PR#78</a> added SSH support, thanks <a href="https://github.com/nagua"><code>@nagua</code></a>!</li> </ul> <h3>Changed</h3> <ul> <li>This release includes breaking changes in cargo-deny, so this release begins the <code>v2</code> tag, using <code>v1</code> will be stable but not follow future <code>cargo-deny</code> releases.</li> </ul> <h2><code>cargo-deny</code></h2> <h3>Removed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/681">PR#681</a> finished the deprecation introduced in <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/611">PR#611</a>, making the usage of the deprecated fields into errors.</li> </ul> <h4><code>[advisories]</code></h4> <p>The following fields have all been removed in favor of denying all advisories by default. To ignore an advisory the <a href="https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html#the-ignore-field-optional"><code>ignore</code></a> field can be used as before.</p> <ul> <li><code>vulnerability</code> - Vulnerability advisories are now <code>deny</code> by default</li> <li><code>unmaintained</code> - Unmaintained advisories are now <code>deny</code> by default</li> <li><code>unsound</code> - Unsound advisories are now <code>deny</code> by default</li> <li><code>notice</code> - Notice advisories are now <code>deny</code> by default</li> <li><code>severity-threshold</code> - The severity of vulnerabilities is now irrelevant</li> </ul> <h4><code>[licenses]</code></h4> <p>The following fields have all been removed in favor of denying all licenses that are not explicitly allowed via either <a href="https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html#the-allow-field-optional"><code>allow</code></a> or <a href="https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html#the-exceptions-field-optional"><code>exceptions</code></a>.</p> <ul> <li><code>unlicensed</code> - Crates whose license(s) cannot be confidently determined are now always errors. The <a href="https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html#the-clarify-field-optional"><code>clarify</code></a> field can be used to help cargo-deny determine the license.</li> <li><code>allow-osi-fsf-free</code> - The OSI/FSF Free attributes are now irrelevant, only whether it is explicitly allowed.</li> <li><code>copyleft</code> - The copyleft attribute is now irrelevant, only whether it is explicitly allowed.</li> <li><code>default</code> - The default is now <code>deny</code>.</li> <li><code>deny</code> - All licenses are now denied by default, this field added nothing.</li> </ul> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/685">PR#685</a> follows up on <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/673">PR#673</a>, moving the fields that were added to their own separate <a href="https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html#the-workspace-dependencies-field-optional"><code>bans.workspace-dependencies</code></a> section. This is an unannounced breaking change but is fairly minor and 0.15.0 was never released on github actions so the amount of people affected by this will be (hopefully) small. This also makes the workspace duplicate detection off by default since the field is optional, <em>but</em> makes it so that if not specified workspace duplicates are now <code>deny</code> instead of <code>warn</code>.</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/685">PR#685</a> resolved <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/issues/682">#682</a> by adding the <code>include-path-dependencies</code> field, allowing path dependencies to be ignored if it is <code>false</code>.</li> </ul> <h2>Release 1.6.3 - cargo-deny 0.14.21</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/643">PR#643</a> resolved <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/issues/629">#629</a> by making the hosted git (github, gitlab, bitbucket) org/user name comparison case-insensitive. Thanks <a href="https://github.com/pmnlla"><code>@pmnlla</code></a>!</li> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/649">PR#649</a> fixed an issue where depending on the same crate multiple times by using different <code>cfg()/triple</code> targets could cause features to be resolved incorrectly and thus crates to be not pulled into the graph used for checking.</li> </ul> <h2>[0.14.20] - 2024-03-23</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/EmbarkStudios/cargo-deny/pull/642">PR#642</a> resolved <a href="https://redirect.github.com/EmbarkStudios/cargo-deny/issues/641">#641</a> by pinning <code>gix-transport</code> (and its unique dependencies) to 0.41.2 as a workaround for <code>cargo install</code> not using the lockfile. See <a href="https://redirect.github.com/Byron/gitoxide/issues/1328">this issue</a> for more information.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.. | ||
bench_base.yml | ||
bench_run_fork_pr.yml | ||
bench_track_fork_pr.yml | ||
calculate-alpha-release.bash | ||
cd.yml | ||
check-pr.yml | ||
ci.yml |