Commit 257217d
fix(deps): update rust crate rand to 0.9 (#38)
* fix(deps): update rust crate rand to 0.9
* fix(deps): update rust crate rand to 0.9
Migrate to rand 0.9 API changes:
- Replace `rand::thread_rng()` with `rand::rng()`
- Replace `rng.gen()` with `rng.random()`
These renames were made in rand 0.9 to avoid conflict with the
`gen` keyword in Rust 2024 edition.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pedro Piñera <pedro@pepicrft.me>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 81fd848 commit 257217d
3 files changed
+46
-17
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments