mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Mark rand_os as unmaintained (#2462)
This commit is contained in:
18
crates/rand_os/RUSTSEC-0000-0000.md
Normal file
18
crates/rand_os/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,18 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "rand_os"
|
||||
date = "2025-11-17"
|
||||
url = "https://crates.io/crates/rand_os"
|
||||
informational = "unmaintained"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# and_os crate is unmaintained
|
||||
|
||||
The `rand_os` crate is deprecated and no longer actively maintained, as `OsRng`
|
||||
is now part of `rand_core`.
|
||||
|
||||
If you are using this crate, consider upgrading to `rand_core` 0.5.1 or higher.
|
||||
Reference in New Issue
Block a user