Commit 2d79866
Fix reqwest 0.13 compatibility by using rustls-tls-webpki-roots feature (#12)
In reqwest 0.13, the `rustls-tls` feature was split into more specific
features: `rustls-tls-webpki-roots` and `rustls-tls-native-roots`.
This change updates both Cargo.toml files to use `rustls-tls-webpki-roots`
which uses Mozilla's trusted CA roots and works consistently across platforms.
Fixes #9
https://claude.ai/code/session_01J4qzzsM3QEPXdtzQcuACwa
Co-authored-by: Claude <noreply@anthropic.com>1 parent f970299 commit 2d79866
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments