From b33d6e301481b37bb69d17614ddfbbf1a0bd5a41 Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Tue, 15 Aug 2023 17:20:02 -0400 Subject: [PATCH] undid mistaken commit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fc75ff2..2185f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ serde = { version = "^1", features = ["derive"], default-features = false } serde_cbor = { package = "serde_cbor_2", git = "https://github.com/kanidm/cbor", rev = "ab3296b35322aa5caa79a4ad9ce00a49c000864e" } zerotier-common-utils = { git = "https://github.com/zerotier/common-utils.git", branch = "main" } zerotier-crypto-glue = { git = "https://github.com/zerotier/crypto-glue.git", branch = "xoshiro" } +zeroize = { version = "1.6.0", features = ["zeroize_derive"], default-features = false }