chore(deps): bump rand from 0.8.5 to 0.9.2 in /llmx-rs

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

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-12 19:46:12 +00:00
committed by GitHub
parent 3c7efc58c8
commit ff6bb07283
2 changed files with 2 additions and 2 deletions

2
llmx-rs/Cargo.lock generated
View File

@@ -3559,7 +3559,7 @@ dependencies = [
"anyhow", "anyhow",
"dirs-next", "dirs-next",
"dunce", "dunce",
"rand 0.8.5", "rand 0.9.2",
"serde", "serde",
"serde_json", "serde_json",
"windows-sys 0.52.0", "windows-sys 0.52.0",

View File

@@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
dunce = "1.0" dunce = "1.0"
[dependencies.rand] [dependencies.rand]
version = "0.8" version = "0.9"
default-features = false default-features = false
features = ["std", "small_rng"] features = ["std", "small_rng"]
[dependencies.dirs-next] [dependencies.dirs-next]