aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 3efc8f4..d1bbf81 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,5 +1,6 @@
[package]
name = "zeroize"
+version = "1.6.0"
description = """
Securely clear secrets from memory with a simple trait built on
stable Rust primitives which guarantee memory is zeroed using an
@@ -7,14 +8,14 @@ operation will not be 'optimized away' by the compiler.
Uses a portable pure Rust implementation that works everywhere,
even WASM!
"""
-version = "1.5.7"
authors = ["The RustCrypto Project Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/utils/tree/master/zeroize"
readme = "README.md"
categories = ["cryptography", "memory-management", "no-std", "os"]
keywords = ["memory", "memset", "secure", "volatile", "zero"]
-edition = "2018"
+edition = "2021"
+rust-version = "1.56"
[dependencies]
serde = { version = "1.0", default-features = false, optional = true }