From 112350ad0f2428e00338b1e81226aa14f32c0ee3 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sat, 8 Jun 2024 18:46:58 +0300 Subject: [PATCH] version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fffcc2..72d59b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "zeroize" -version = "0.4.6" +version = "0.4.7" dependencies = [ "libc", "memsec", diff --git a/Cargo.toml b/Cargo.toml index 72377d5..384912c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeroize" -version = "0.4.6" +version = "0.4.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html