aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
525 stars 100 forks source link

Remove unused dependencies #219

Closed tirz closed 3 years ago

tirz commented 3 years ago

Hi o/

This PR remove unused dependencies for the irc crate (none was unused for irc-proto) and bump the dev-dependencies.

Note that they are still some libraries which need to be updated:

But I wasn't brave enough... I never used tokio 0.3 and I am not even confident with the 0.2 version. Is it maybe better if some else can have a look first.

tirz commented 3 years ago

Hum... The example build-bot failed with Error: NoUsableNick :/ We can simply rename the bot but since he is not anymore on irc.pdgn.co but on chat.freenode.net, is this code still in use?

tirz commented 3 years ago

https://github.com/aatxe/irc/pull/220 is better.