refactor(http)!: remove deprecated macos-system-configuration feature (#3601)

* refactor(http)!: remove deprecated macos-system-configuration feature

Use `system-proxy` (enabled by default) instead.

* chore(upload): enable reqwest's system-proxy feature instead of the deprecated alias

---------

Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
This commit is contained in:
Lucas Fernandes Nogueira
2026-09-22 06:03:58 -03:00
committed by GitHub
co-authored by Lucas Nogueira
parent 34a06e7f60
commit c7416a1a2c
5 changed files with 11 additions and 4 deletions
@@ -0,0 +1,5 @@
---
"http": major
---
**Breaking:** Removed the deprecated `macos-system-configuration` Cargo feature. Use `system-proxy` (enabled by default) instead.
+5
View File
@@ -0,0 +1,5 @@
---
"upload": patch
---
Enable reqwest's `system-proxy` feature instead of the deprecated `macos-system-configuration` alias.