Skip to content

Commit 92287c0

Browse files
Update Rust crate rand_core to v0.10.0 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6cc97e7 commit 92287c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ required-features = ["build-binary"]
4242

4343
[dependencies]
4444
curve25519-dalek = { version = "=5.0.0-pre.6", features = ["rand_core", "lizard"] }
45-
rand_core = "=0.10.0-rc-5"
45+
rand_core = "=0.10.0"
4646
rand = { version = "=0.10.0", optional = true }
4747
sha2 = "^0.11.0-rc.3"
4848
hmac = "^0.13.0-rc.3"

0 commit comments

Comments
 (0)