Closed kwaa closed 4 months ago
The recent changes focus on the Cargo.toml
file, adjusting dependency versions for stability and compatibility. The feed-rs
library has been downgraded from version "2.0" to "2", while the reqwest
dependency has had the stream
feature removed. These modifications are intended to simplify the dependency management and refine the application’s interaction with HTTP requests and feeds.
Files | Change Summary |
---|---|
Cargo.toml |
Downgraded feed-rs from "2.0" to "2"; removed stream feature from reqwest . |
In the garden of code, I hop with delight,
Versions adjusted, everything feels right.
Withfeed-rs
so stable, andreqwest
refined,
My little codebase is happily aligned.
🐇🌼 Hopping through dependencies, oh what a sight!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
stream
feature from the HTTP client for simplified usage.