Skip to content

Commit

Permalink
rand_chacha fix maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed Jul 30, 2024
1 parent 3940595 commit fa7989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa7989b

Please sign in to comment.