Closed jeancarlozapata closed 10 months ago
Hello, Is it possible to merge this fix?
More and more other dependency upgrade http, we can't upgrade others since this library depends on 0.13.0
, example with basic_utils v5.7.0 (latest).
Because basic_utils >=5.6.1 depends on http ^1.1.0 and dart_rss depends on http ^0.13.0, basic_utils >=5.6.1 is forbidden.
So, because dart_rss depends on basic_utils ^5.7.0, version solving failed.
Thanks 👍
Closing this in favor of the PR we just merged, which accomplishes the same thing. This issue should be resolved.
Solves #35 by updating the
http
dependency.All tests are passing, no other changes were needed.