-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Hi,
I am trying to use this crate in my project alongside rocket-rs, only there seems to be an issue with the dependencies
stdout : Updating crates.io index
error: failed to select a version for `httparse`.
... required by package `hyperx v1.3.0`
... which satisfies dependency `hyperx = "^1.3.0"` of package `octocrab v0.12.0`
... which satisfies dependency `octocrab = "^0.12.0"` of package `version-summarizer v0.1.0 (/home/infrandomness/Documents/Dev/Rust/version-summarizer)`
versions that meet the requirements `>=1.0, <1.4` are: 1.3.6, 1.3.5, 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.2, 1.1.1, 1.1.0, 1.0.0
all possible versions conflict with previously selected packages.
previously selected package `httparse v1.4.0`
... which satisfies dependency `httparse = "^1.4"` of package `hyper v0.14.9`
... which satisfies dependency `hyper = "^0.14.2"` of package `hyper-tls v0.5.0`
... which satisfies dependency `hyper-tls = "^0.5"` of package `reqwest v0.11.4`
... which satisfies dependency `reqwest = "^0.11.3"` of package `octocrab v0.12.0`
... which satisfies dependency `octocrab = "^0.12.0"` of package `version-summarizer v0.1.0 (/home/infrandomness/Documents/Dev/Rust/version-summarizer)`
failed to select a version for `httparse` which could resolve this conflict
This happens when I have both rocket (latest version as of today) and octocrab
alarsyo and lpotthast
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed