Bump rand from 0.8.2 to 0.9.3

Bumps [rand](https://github.com/rust-random/rand) from 0.8.2 to 0.9.3.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.2...0.9.3)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-14 01:57:46 +00:00
committed by GitHub
parent ed91c40c8f
commit d5c82c6712
2 changed files with 84 additions and 39 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ edition = "2018"
ncurses = "5.100.0"
serde = { version = "1.0.121", features = ["derive"] }
serde_yaml = "0.8.17"
rand = "0.8.0"
rand = "0.9.3"
dirs = "3.0.1"
derive-error = "0.0.5"