Skip to content

Remove dependency on futures-channel in favour of tokio primitives#191

Merged
djc merged 2 commits into
djc:mainfrom
aumetra:remove-futures-channel-dependency
Feb 2, 2024
Merged

Remove dependency on futures-channel in favour of tokio primitives#191
djc merged 2 commits into
djc:mainfrom
aumetra:remove-futures-channel-dependency

Conversation

@aumetra

@aumetra aumetra commented Feb 2, 2024

Copy link
Copy Markdown
Contributor

Since bb8 is already depending on Tokio, it doesn't really make sense for it to pull in futures-channel.
Especially since this dependency was only used for tests.

@djc djc left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@codecov

codecov Bot commented Feb 2, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed37efb) 72.51% compared to head (c92afc9) 72.51%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #191   +/-   ##
=======================================
  Coverage   72.51%   72.51%           
=======================================
  Files           6        6           
  Lines         553      553           
=======================================
  Hits          401      401           
  Misses        152      152           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@djc djc merged commit 1087bda into djc:main Feb 2, 2024
@aumetra aumetra deleted the remove-futures-channel-dependency branch February 2, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants