inv2004 / coinbase-pro-rs

Coinbase pro client for Rust
Apache License 2.0
145 stars 56 forks source link

Fix warning for deprecated keep_alive hyper method #48

Closed mpbl closed 1 year ago

mpbl commented 1 year ago

Change-Id: Ie0fcafa28d14e3c004258878d84e0e472514c483

just replacing the deprecated method by the one recommended in the hyper doc.