Skip to content

Commit 4490b41

Browse files
committed
Updated chacha20 to 0.10.0-rc.2, and removed the "legacy" feature and the ToDo.
1 parent 9ee24b9 commit 4490b41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ rand_core = { path = "rand_core" }
7979
rand_core = { path = "rand_core", version = "0.9.0", default-features = false }
8080
log = { version = "0.4.4", optional = true }
8181
serde = { version = "1.0.103", features = ["derive"], optional = true }
82-
# ToDo: Remove the "legacy" feature from chacha20 when this is not longer necessary
83-
chacha20 = { version = "=0.10.0-rc.1", default-features = false, features = ["rng", "legacy"], optional = true }
82+
chacha20 = { version = "=0.10.0-rc.2", default-features = false, features = ["rng"], optional = true }
8483

8584
[dev-dependencies]
8685
rand_pcg = { path = "rand_pcg", version = "0.9.0" }

0 commit comments

Comments
 (0)