Skip to content

Commit 3b7039d

Browse files
Update rand_os requirement from 0.1 to 0.2 in /rust
Updates the requirements on [rand_os](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_os-0.1.0...rand_os-0.2.2) --- updated-dependencies: - dependency-name: rand_os dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa2a9c9 commit 3b7039d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ serde = { version = "1.0", features = ["derive"] }
3838

3939
# non-wasm
4040
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
41-
rand_os = "0.1"
41+
rand_os = "0.2"
4242
noop_proc_macro = "0.3.0"
4343
getrandom = "0.2.3"
4444

4545
# wasm
4646
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
4747
serde-wasm-bindgen = "0.4.5"
4848
wasm-bindgen = "=0.2.83"
49-
rand_os = { version = "0.1", features = ["wasm-bindgen"] }
49+
rand_os = { version = "0.2", features = ["wasm-bindgen"] }
5050
js-sys = "0.3.51"
5151
getrandom = { version = "0.2.3", features = ["js"] }
5252

@@ -57,7 +57,7 @@ opt-level = "s"
5757
[dev-dependencies]
5858
quickcheck = "0.9.2"
5959
quickcheck_macros = "0.9.1"
60-
rand_os = "0.1"
60+
rand_os = "0.2"
6161
rand_chacha = "0.1"
6262

6363
[build-dependencies]

0 commit comments

Comments
 (0)