Skip to content

Commit

Permalink
Bump zeroize from 1.7.0 to 1.8.1 (#75)
Browse files Browse the repository at this point in the history
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.7.0 to
1.8.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RustCrypto/utils/commit/7050a8402b44344023cd8d27fe6e0e4055d6bdde"><code>7050a84</code></a>
zeroize v1.8.1 (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1075">#1075</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/4b7b782b89800109dfa51d1fbdd7389d607dcdaa"><code>4b7b782</code></a>
zeroize: move <code>zeroize_derive</code> to toplevel (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1074">#1074</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/6b341bbacc58e6bfc1c260bbc88a7ca19221ef6f"><code>6b341bb</code></a>
zeroize: feature-gate AVX-512 under <code>simd</code>; MSRV 1.60 (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1073">#1073</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/f46a14777a6cb1c553dcc6dbdce26de8e1baf04e"><code>f46a147</code></a>
zeroize: note v1.8.0 was yanked in CHANGELOG.md (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1071">#1071</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/a7eddc620ed683216b97d924deeab7ea4f84a5af"><code>a7eddc6</code></a>
zeroize: fix unnecessary qualifications (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1072">#1072</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/9bbfb49e6541d710aea6f7a95c68c9f3d99140e2"><code>9bbfb49</code></a>
zeroize 1.8.0 (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1065">#1065</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/c0eab7f7abfc244e9fcd482520542329da31f87c"><code>c0eab7f</code></a>
cpufeatures: fix macOS build (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1066">#1066</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/6d383a554b76df2c6796d8d2982a6a8535342617"><code>6d383a5</code></a>
zeroize: always enable AArch64 support (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1064">#1064</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/24decb93793936110ae564b6c8e475d91f4e4e44"><code>24decb9</code></a>
zeroize: use <code>doc_auto_cfg</code> (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1063">#1063</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/cd3a147d62f5f2bf8d5bd10185a52c90f842395b"><code>cd3a147</code></a>
build(deps): bump prettyplease from 0.2.16 to 0.2.19 (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1061">#1061</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/RustCrypto/utils/compare/zeroize-v1.7.0...zeroize-v1.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zeroize&package-manager=cargo&previous-version=1.7.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 58fad75 commit 58266a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.65"

[dependencies]
typenum = { version = "1.17", features = ["const-generics"] }
zeroize = { version = "1.7", optional = true }
zeroize = { version = "1.8", optional = true }

[features]
std = []
Expand Down

0 comments on commit 58266a0

Please sign in to comment.