Skip to content

Commit b61f99e

Browse files
Update rand requirement from ^0.8.5 to ^0.10.1 in /typhoon
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65b9cb0 commit b61f99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typhoon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classic-mceliece-rust = { version = "^3.1.0", features = ["mceliece348864"] }
4242
ed25519-dalek = "^2.2.0"
4343
futures = "^0.3.31"
4444
log = "^0.4.29"
45-
rand = "^0.8.5"
45+
rand = "^0.10.1"
4646
subtle = "^2.6.1"
4747
thiserror = "^2.0.18"
4848
tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt", "rt-multi-thread", "macros"], optional = true }

0 commit comments

Comments
 (0)