removed unused dep

This commit is contained in:
Monica Moniot
2023-08-15 17:18:04 -04:00
parent 00ab93fc4b
commit f8a018a356
-1
View File
@@ -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 }