Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

[Web] Application TLS #124

Open
eigenein opened this issue Jul 20, 2020 · 1 comment
Open

[Web] Application TLS #124

eigenein opened this issue Jul 20, 2020 · 1 comment
Assignees
Labels
blocked Blocked feature New feature or request

Comments

@eigenein
Copy link
Owner

eigenein commented Jul 20, 2020

@eigenein eigenein added the feature New feature or request label Jul 20, 2020
@eigenein
Copy link
Owner Author

❯ make check
error: failed to select a version for `ring`.
    ... required by package `rustls v0.14.0`
    ... which is depended on by `hyper-sync-rustls v0.3.0-rc.4`
    ... which is depended on by `rocket_http v0.4.5`
    ... which is depended on by `rocket v0.4.5`
    ... which is depended on by `my-iot v0.84.0 (/Users/eigenein/GitHub/my-iot-rs)`
versions that meet the requirements `^0.13.2` are: 0.13.5

the package `ring` links to the native library `ring-asm`, but it conflicts with a previous package which links to `ring-asm` as well:
package `ring v0.16.15`
    ... which is depended on by `rustls v0.17.0`
    ... which is depended on by `hyper-rustls v0.20.0`
    ... which is depended on by `reqwest v0.10.6`
    ... which is depended on by `my-iot v0.84.0 (/Users/eigenein/GitHub/my-iot-rs)`

failed to select a version for `ring` which could resolve this conflict
make: *** [check/clippy] Error 101

@eigenein eigenein added the blocked Blocked label Jul 20, 2020
@eigenein eigenein changed the title Application TLS [Web] Application TLS Jul 22, 2020
@eigenein eigenein self-assigned this Aug 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked Blocked feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant