spaceapi-community / spaceapi-server-rs

Rust library to easily implement your own SpaceAPI server.
https://crates.io/crates/spaceapi-server
Apache License 2.0
9 stars 6 forks source link

Prepare 0.6.0 release #108

Closed rnestler closed 3 years ago

rnestler commented 3 years ago

Checklist

rnestler commented 3 years ago

We can't really do anything about the cargo audit fails, since it is an upstream issue. It doesn't make sense to delay the release because of it, since the old release is vulnerable as well. Also the issue is pretty low severity: https://rustsec.org/advisories/RUSTSEC-2021-0078

g5pw commented 3 years ago

Yeah, I agree. We should bump 0.6 out of the way and think about a good alternative to iron in #109 and make another release.

dbrgn commented 3 years ago

You could explicitly ignore that RUSTSEC issue in the CI config to get rid of the build failure.

Or mark it as allowed failure.