From 82a2a7e0f150d2f268eb6ffd1ea419f20f674c21 Mon Sep 17 00:00:00 2001 From: chanderlud Date: Fri, 22 Dec 2023 23:10:22 +0000 Subject: [PATCH] dependency changes --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6369b49..92bc1d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,11 +24,9 @@ bytesize = "1.3" kanal = "0.1.0-pre8" blake3 = "1.5" chacha20 = "0.9" -rand = "0.8" -hex = "0.4" +base64 = "0.21" ctr = "0.9" aes = "0.8" -itertools = "0.12" [target.'cfg(unix)'.dependencies] nix = { version = "0.27", features = ["fs"] }