Commit 1e053ed
committed
refactor(deps): drop direct pkcs8 dep, use rsa re-exports
The rsa = "0.9" crate is pinned to pkcs8 0.10 internally. Carrying our
own direct pkcs8 dep means renovate keeps trying to bump it to 0.11,
but the new traits are incompatible with RsaPrivateKey / RsaPublicKey
until rsa itself moves to pkcs8 0.11. Sourcing the traits from
rsa::pkcs8 removes the foot-gun -- version drift can only happen when
we bump rsa.1 parent 8e9a4e2 commit 1e053ed
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments