Commit 5c9c873
fix(deps): switch reqwest to rustls-tls for cross-compilation
Eliminates the openssl-sys dependency that prevented linux-arm64
cross-compilation with the cross tool. rustls works without any
native OpenSSL headers on the target platform.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3b98fad commit 5c9c873
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments