SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
385 stars 94 forks source link

WIP: Update Cargo.toml to use new hyper version #161

Closed humb1t closed 4 years ago

humb1t commented 4 years ago

Hyper dependency is outdated and use old openssl-sys version which conflicts with some other libs:

package `openssl-sys v0.7.17`
    ... which is depended on by `openssl v0.7.14`
    ... which is depended on by `cookie v0.2.5`
    ... which is depended on by `hyper v0.9.18`
    ... which is depended on by `discord v0.8.0`
    ... which is depended on by `admin v0.1.0 (/home/humb1t/workspace/sitc/admin)`
links to native library `openssl`

package `openssl-sys v0.9.54`
    ... which is depended on by `native-tls v0.2.4`
    ... which is depended on by `hyper-tls v0.3.2`
    ... which is depended on by `reqwest v0.9.24`
    ... which is depended on by `rvk v0.15.0`
    ... which is depended on by `admin v0.1.0 (/home/humb1t/workspace/sitc/admin)`
also links to native library `openssl`
humb1t commented 4 years ago

Found already up to date fork: https://github.com/vityafx/discord-rs