rocket-org / Rocket

A web framework for Rust.
https://rocket.rs
Apache License 2.0
27 stars 0 forks source link

[Feature] Automated dependency updates #10

Closed somehowchris closed 2 years ago

somehowchris commented 2 years ago

Is your feature request motivated by a concrete problem? Please describe.

Rocket should not lag behind on depending dependency versions. Though rust generates single binaries and uses sources of the depending crates, using newer versions of crates makes it easier to update from version to version as well as reduces the kown vuln surface.

We need to know when and if things change

Why this feature can't or shouldn't live outside of Rocket

It's Rockets part to keep up to date.

Ideal Solution

Alternatives Considered

None