Page MenuHomeDevCentral

Update Docker registry API dependencies
Closed, InvalidPublic

Description

Dependencies should be upgraded for rAPIREG project:

cargo build
$ cargo build
    Updating crates.io index
error: failed to select a version for the requirement `ring = "^0.11.0"`
candidate versions found which didn't match: 0.16.20, 0.16.19, 0.16.18, ...
location searched: crates.io index
required by package `cookie v0.9.1`
    ... which satisfies dependency `cookie = "^0.9.1"` of package `rocket v0.3.16`
    ... which satisfies dependency `rocket = "^0.3.16"` of package `docker-registry-api v0.1.0 (/usr/home/dereckson/dev/nasqueron/api/docker-registry-api)`

Could be as simple as upgrade Rocket version?

Event Timeline

dereckson triaged this task as High priority.Dec 21 2022, 17:51
dereckson updated the task description. (Show Details)
dereckson updated the task description. (Show Details)
dereckson updated the task description. (Show Details)
dereckson updated the task description. (Show Details)
dereckson renamed this task from Update Docker registry API dependencies. to Update Docker registry API dependencies.Dec 22 2022, 17:38
dereckson updated the task description. (Show Details)
dereckson closed this task as Invalid.EditedDec 22 2022, 19:12

I tried to compile a previous version of the API.

That's already upgraded by f130025e6468.

(I'm still going to do a slighter dependencies upgrade to last Rocket 0.4 and limiting factor 0.7)