aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2553df2..ac87061 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -246,6 +246,12 @@ dependencies = [
]
[[package]]
+name = "cryptoxide"
+version = "0.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "46212f5d1792f89c3e866fb10636139464060110c568edd7f73ab5e9f736c26d"
+
+[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -620,11 +626,11 @@ version = "1.1.3"
dependencies = [
"base64 0.13.0",
"clap",
+ "cryptoxide",
"hbb_common",
"lazy_static",
"mac_address",
"machine-uid",
- "rand 0.8.3",
"reqwest",
"rocksdb",
"rust-ini",