Skip to content

Commit 87829ad

Browse files
chore(deps): update rand requirement from 0.9 to 0.10
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@rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67b953d commit 87829ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ codee = { version = "0.3", features = [
5050
] }
5151
getrandom = { version = "0.3", features = ["wasm_js"] }
5252
leptos_meta = "0.8"
53-
rand = "0.9"
53+
rand = "0.10"
5454
serde = { version = "1", features = ["derive"] }
5555
unic-langid = { version = "0.9", features = ["macros"] }
5656

0 commit comments

Comments
 (0)