overdrivenpotato / bb8-diesel

bb8 connection manager for Diesel
MIT License
21 stars 12 forks source link

Update dependencies #2

Closed dyedgreen closed 3 years ago

dyedgreen commented 3 years ago

I updated the dependencies to their respective latest versions (the main one of interest being Tokio v1.0).

Since the crate has no tests, I'm unsure how to check everything is working correctly, but this compiles in dev and in release mode 😅

Arnie97 commented 3 years ago

@overdrivenpotato Would you please review this patch when you have a spare moment?

Due to the incompatibility between Tokio 0.2 and 1.0 runtimes, it's hard to utilize this awesome crate together with other popular libraries in the rust async ecosystem, such as hyper, reqwest, actix-web, rocket, gotham, and so forth.

smklein commented 3 years ago

Addressed by https://github.com/overdrivenpotato/bb8-diesel/pull/5 - should be published in 0.2.1 soon!