Hirevo / alexandrie

An alternative crate registry, implemented in Rust.
https://hirevo.github.io/alexandrie/
Apache License 2.0
495 stars 54 forks source link

General dependency upgrades #147

Closed Hirevo closed 1 year ago

Hirevo commented 1 year ago

This PR upgrades the versions of the dependencies across all of the project's crates.
Since such an upgrade didn't happen in quite a while, some code changes were required.

Even though some more thorough changes could be made (like migrating from rusoto to aws-sdk-rs), this PR aims to stay faithful to the original code and just takes care of bumping everything while keeping things working as intended.

Hirevo commented 1 year ago

GitHub had an outage with Actions when this PR got created, and the CI wasn't running.
Closing and reopening the PR did fix it, though.