From c73ff8e78d1c70e5a5dea6e0eb057e02164c557e Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Mon, 10 Jun 2024 02:23:18 +0300 Subject: [PATCH] change description --- Cargo.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72d59b8..3469a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "zeroize" -version = "0.4.7" +version = "0.4.15" dependencies = [ "libc", "memsec", diff --git a/pyproject.toml b/pyproject.toml index c361f49..31ffceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "zeroize" authors = [ { name="Radu Marias", email="radumarias@gmail.com" }, ] -description = "Securely clear secrets from memory. Built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere." +description = "Securely clear secrets from memory. Built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler." readme = "README.md" keywords = ["memory", "volatile", "secure", "memset", "zero"]