From fa7989bf98d2081bec4652a667af604c2a6929bd Mon Sep 17 00:00:00 2001 From: Jeff Burdges Date: Tue, 30 Jul 2024 19:24:41 +0200 Subject: [PATCH] rand_chacha fix maybe? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1415b2d..4c83dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,10 +37,10 @@ zeroize = { version = "1.6", default-features = false, features = [ "zeroize_derive", ] } chacha20poly1305 = { version = "0.10.1", default-features = false } +rand_chacha = { version = "0.3.1", default-features = false } [dev-dependencies] rand = "0.8.5" -rand_chacha = { version = "0.3.1", default-features = false } hex-literal = "0.4.1" sha3 = "0.10.8" bincode = "1.3.3"