tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 465 forks source link

update hyper to version 1.0 #733

Closed getong closed 4 days ago

getong commented 1 month ago

@tomusdrw All the tests pass, would you take a look at this pr?

xoac commented 2 weeks ago

I am interested in this PR too! If any help is needed I am happy to help.

@getong I think with hyper 0.14 -> 1 update you should also update reqwest 0.11 (use hyper 0.14) -> 0.12 (use hyper 1)

https://github.com/tomusdrw/rust-web3/blob/fa9cd7bef23350237a3e4812e37945f374bca44f/Cargo.toml#L38

getong commented 2 weeks ago

I am interested in this PR too! If any help is needed I am happy to help.

@getong I think with hyper 0.14 -> 1 update you should also update reqwest 0.11 (use hyper 0.14) -> 0.12 (use hyper 1)

https://github.com/tomusdrw/rust-web3/blob/fa9cd7bef23350237a3e4812e37945f374bca44f/Cargo.toml#L38

Done