Upgrade zeroize_derive to 1.4.2 am: e223f48c35

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/zeroize_derive/+/2835931

Change-Id: Id83baf197b417ad4276bfafd6a6dedec4921b847
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 3180582fcfbfa56994652df39b2f5c9acb66175e
  1. patches/
  2. src/
  3. .cargo_vcs_info.json
  4. Android.bp
  5. Cargo.toml
  6. Cargo.toml.orig
  7. cargo2android.json
  8. CHANGELOG.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
  15. rules.mk
  16. TEST_MAPPING
README.md

RustCrypto: zeroize_derive

Crate Apache 2.0 Licensed/MIT MSRV Build Status

Custom derive support for zeroize: a crate for securely zeroing memory while avoiding compiler optimizations.

This crate isn't intended to be used directly. See zeroize crate for documentation.

Minimum Supported Rust Version

Rust 1.56 or newer.

In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's SemVer guarantees), however when we do it will be accompanied by a minor version bump.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.