wisespace-io / yubico-rs

Yubikey client API library, Challenge-Response & Configuration
Other
52 stars 13 forks source link

Upgrade Tokio to 0.2 #19

Closed pierre-l closed 4 years ago

pierre-l commented 4 years ago

Hi!

Tokio 0.2 was recently released and a lot of crates have been catching up with that. This PR updates Tokio and Reqwest.

wisespace-io commented 4 years ago

@pierre-l Are futures-preview and futures the same crate? If so, it seems that they also upgraded the crate from 0.3.0-alpha.19 to 0.3.1, see the release notes https://github.com/rust-lang/futures-rs/releases

pierre-l commented 4 years ago

Correct! Fixed :)