Commit 518707a
committed
chore: drop unused reqwest http3 feature and reqwest_unstable flag
Probes now use quinn/h3 directly and the Mimir push is HTTP/1.1 or HTTP/2,
so reqwest's http3 feature is unused. Removing it also removes the need for
the `--cfg reqwest_unstable` build flag, so drop it from the Dockerfile.
The RUSTFLAGS export in devbox.json is left alone (it carries an unrelated
pending change); the flag is now a harmless no-op there and can be removed
with that change.1 parent 4ce52ed commit 518707a
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
0 commit comments