AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
142 stars 29 forks source link

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

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.