AscendingCreations / AxumSessionAuth

Library to Provide a User Authentication and privilege Token Checks.
MIT License
111 stars 11 forks source link

Disable chrono default features. Fix RUSTSEC-2020-0071. #16

Closed damccull closed 1 year ago

damccull commented 1 year ago

This should remove the complaint about RUSTSEC-2020-0071 being caused by the axum_session library. It may still appear due to the usage of default features in surrealdb lib, if surrealdb feature is enabled in this lib. I've also suggested they do this.

I ran cargo fmt and it added a newline to this as well.