This release updates outdated dependencies.
As these dependencies are visible in the public api of reqwest-chain
, this is a breaking change.
- Upgraded to
reqwest-middleware 0.4
(#6)- Removed
reqwest
as a direct dependency, it is now imported fromreqwest-middleware
's re-export
- Removed
This release updates outdated dependencies.
As these dependencies are visible in the public api of reqwest-chain
, this is a breaking change.
- Upgraded to
reqwest 0.12
andreqwest-middleware 0.3
(#2). Thanks to @kirinse for the contribution!- Peer dependency
task_local_extensions
changed tohttp
- Peer dependency
Initial implementation.