Skip to content

Commit 9c99d93

Browse files
authored
Update rand_core to 0.10.0-rc-4 (#1712)
1 parent f356bba commit 9c99d93

17 files changed

Lines changed: 214 additions & 186 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ members = [
7373
exclude = ["benches", "distr_test"]
7474

7575
[dependencies]
76-
rand_core = { version = "0.10.0-rc-3", default-features = false }
76+
rand_core = { version = "0.10.0-rc-4", default-features = false }
7777
log = { version = "0.4.4", optional = true }
7878
serde = { version = "1.0.103", features = ["derive"], optional = true }
79-
chacha20 = { version = "0.10.0-rc.6", default-features = false, features = ["rng"], optional = true }
79+
chacha20 = { version = "0.10.0-rc.7", default-features = false, features = ["rng"], optional = true }
8080
getrandom = { version = "0.4.0-rc.0", optional = true }
8181

8282
[dev-dependencies]

benches/Cargo.lock

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

rand_chacha/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all-features = true
2020
rustdoc-args = ["--generate-link-to-definition"]
2121

2222
[dependencies]
23-
rand_core = { version = "0.10.0-rc-3" }
23+
rand_core = { version = "0.10.0-rc-4" }
2424
ppv-lite86 = { version = "0.2.14", default-features = false, features = ["simd"] }
2525
serde = { version = "1.0", features = ["derive"], optional = true }
2626

0 commit comments

Comments
 (0)