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"