Upgrade zeroize_derive to 1.4.2

This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update rust/crates/zeroize_derive
For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md

Test: TreeHugger
Change-Id: Iabf6fcdd4b5c866b34c6ed05fc6b05421b6164aa
11 files changed
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.