Skip to content

Commit 213bb3b

Browse files
committed
Bump chacha20 to 0.10.0-rc.11
1 parent 72afe1e commit 213bb3b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ exclude = ["benches", "distr_test"]
7171
rand_core = { version = "0.10.0-rc-6", default-features = false }
7272
log = { version = "0.4.4", optional = true }
7373
serde = { version = "1.0.103", features = ["derive"], optional = true }
74-
chacha20 = { version = "0.10.0-rc.10", default-features = false, features = ["rng"], optional = true }
74+
chacha20 = { version = "0.10.0-rc.11", default-features = false, features = ["rng"], optional = true }
7575
getrandom = { version = "0.4.0-rc.1", optional = true }
7676

7777
[dev-dependencies]

benches/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ simd_support = ["rand/simd_support"]
1313
[dev-dependencies]
1414
rand = { path = ".." }
1515
rand_pcg = { path = "../rand_pcg" }
16-
chacha20 = { version = "0.10.0-rc.10", default-features = false, features = ["rng"] }
16+
chacha20 = { version = "0.10.0-rc.11", default-features = false, features = ["rng"] }
1717
criterion = "0.5"
1818
criterion-cycles-per-byte = "0.6"
1919

0 commit comments

Comments
 (0)