Commit 7a41ac4
committed
chore(deps): bump dependencies (sha2/sha3/hkdf/rand/axum/tokio/tower-http/uuid)
Cargo:
- sha2 0.10 -> 0.11
- sha3 0.10 -> 0.11
- hkdf 0.12 -> 0.13
- rand 0.9 -> 0.10
- axum 0.8.8 -> 0.8.9
- tokio 1.50 -> 1.52
- tower-http 0.6.8 -> 0.6.10
- uuid 1.20 -> 1.23
CI:
- docker/login-action pinned digest bumped to v3.7.0
rand 0.10 removed `rand::rngs::OsRng` and moved `random_range` off the `Rng`
trait; switch dev-mode key gen and nonce fallback to `rand::random()` (which
uses the cryptographically-secure ThreadRng), and use the free
`rand::random_range` for jitter.
Closes #74, #76, #78, #97, #98, #99, #103, #119, #1201 parent 849c4ff commit 7a41ac4
6 files changed
Lines changed: 847 additions & 608 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments