Skip to content

Commit 6cc97e7

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

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
@@ -43,7 +43,7 @@ required-features = ["build-binary"]
4343
[dependencies]
4444
curve25519-dalek = { version = "=5.0.0-pre.6", features = ["rand_core", "lizard"] }
4545
rand_core = "=0.10.0-rc-5"
46-
rand = { version = "=0.10.0-rc.7", optional = true }
46+
rand = { version = "=0.10.0", optional = true }
4747
sha2 = "^0.11.0-rc.3"
4848
hmac = "^0.13.0-rc.3"
4949
derive_more = { version = "^2.0", features = ["deref", "from", "into"] }

0 commit comments

Comments
 (0)