Skip to content

Commit c859f16

Browse files
authored
Mark rand_os as unmaintained (#2462)
1 parent 7bd998a commit c859f16

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "rand_os"
5+
date = "2025-11-17"
6+
url = "https://crates.io/crates/rand_os"
7+
informational = "unmaintained"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
# and_os crate is unmaintained
14+
15+
The `rand_os` crate is deprecated and no longer actively maintained, as `OsRng`
16+
is now part of `rand_core`.
17+
18+
If you are using this crate, consider upgrading to `rand_core` 0.5.1 or higher.

0 commit comments

Comments
 (0)