Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions crates/rand_os/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -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 upgrade to `rand_core` 0.5.1 or higher.