Commit c59fa5f
committed
fix: deprecate async-std-rt feature and document reqwless upgrade blocker
Deprecate the async-std-rt feature with a compile_error! directive
since async-std has been discontinued (RUSTSEC-2025-0052). Users
should migrate to the smol-rt feature, which is the recommended
successor.
The reqwless upgrade from 0.13.0 to 0.14.0 is blocked by an
embedded-tls/der incompatibility upstream. This keeps atomic-polyfill
(RUSTSEC-2023-0089) as a transitive dependency until the upstream
fix lands.
Closes #126
Relates-to #1111 parent 36218d7 commit c59fa5f
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments