Commit 75aa3bb
committed
build: bump rand to 0.10 and rcgen to 0.14
`rand` 0.8 -> 0.10 (skips 0.9): we only call `rand::random::<i32>()`,
which kept its API across both major bumps; no source change needed.
`rcgen` 0.13 -> 0.14 (dev-dep, used by `tls.rs` tests):
`CertifiedKey::key_pair` was renamed to `signing_key`. One-line fix
in the `self_signed_pem` test helper.
`cargo outdated --root-deps-only` now reports "All dependencies are up
to date". All 196 unit tests pass; clippy clean; reuse lint compliant.1 parent 0c674ef commit 75aa3bb
3 files changed
Lines changed: 130 additions & 6 deletions
Some 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 | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments