diff --git a/Cargo.toml b/Cargo.toml index 2185f9a..fc75ff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,3 @@ 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 }