Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps zeroize_derive from 1.3.3 to 1.4.1.

Changelog

Sourced from zeroize_derive's changelog.

1.4.1 (2021-07-20)

Added

  • Implement Zeroize for [MaybeUninit<Z>]

1.4.0 (2021-07-18)

NOTE: This release includes an MSRV bump to Rust 1.51. Please use zeroize = "1.3.0" if you would like to support older Rust versions.

Added

  • Use const generics to impl Zeroize for [Z; N]; MSRV 1.51
  • Zeroizing::clone_from now zeroizes the destination before cloning

1.3.0 (2021-04-19)

Added

  • impl Zeroize for Box<[Z]>
  • Clear residual space within `Option

Changed

  • Ensure Option is None when zeroized
  • Bump MSRV to 1.47

1.2.0 (2020-12-09)

Added

  • Zeroize support for x86(_64) SIMD registers

Changed

  • Simplify String::zeroize
  • MSRV 1.44+

1.1.1 (2020-09-15)

  • Add doc_cfg
  • zeroize entire capacity of String
  • zeroize entire capacity of Vec

1.1.0 (2019-12-02)

  • Add TryZeroize trait
  • Add From<Z: Zeroize> impl for Zeroizing<Z>
  • Remove bytes-preview feature

1.0.0 (2019-10-13)

  • Initial 1.0 release 🎉
  • zeroize_derive: Remove legacy no_drop attribute support
  • Rename bytes feature to bytes-preview
  • Further relax Zeroize trait bounds for Vec
  • Derive Clone, Debug, and Eq for Zeroizing

1.0.0-pre (2019-09-30)

  • Loosen Vec trait bounds for Zeroize

0.10.1 (2019-09-03)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 27, 2023
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #166 (ab4860c) into main (a48fcc0) will not change coverage.
The diff coverage is n/a.

❗ Current head ab4860c differs from pull request most recent head 465d842. Consider uploading reports for the commit 465d842 to get more accurate results

@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   94.17%   94.17%           
=======================================
  Files          34       34           
  Lines        7586     7586           
=======================================
  Hits         7144     7144           
  Misses        442      442           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tlepoint
Copy link
Owner

@dependabot rebase

Bumps [zeroize_derive](https://github.com/RustCrypto/utils) from 1.3.3 to 1.4.1.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Changelog](https://github.com/RustCrypto/utils/blob/master/zeroize/CHANGELOG.md)
- [Commits](RustCrypto/utils@zeroize_derive-v1.3.3...zeroize_derive-v1.4.1)

---
updated-dependencies:
- dependency-name: zeroize_derive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/zeroize_derive-1.4.1 branch from ab4860c to 465d842 Compare March 29, 2023 04:35
@tlepoint tlepoint merged commit 8ceba4d into main Mar 29, 2023
@tlepoint tlepoint deleted the dependabot/cargo/zeroize_derive-1.4.1 branch March 29, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant