rustic-rs / rustic_server

A REST server built in rust for use with rustic/restic
https://rustic.cli.rs/ecosystem/rustic-server/
GNU Affero General Public License v3.0
18 stars 2 forks source link

Reactivate audit workflow, when refactored to axum #23

Closed simonsan closed 2 weeks ago

simonsan commented 1 year ago

Currently, the audit workflow is blocking all PRs for dependencies, as there are some security issues with tide and its deps. I'm deactivating the audit workflow now, for a better workflow.

Reminder: Activate again, when refactoring to axum lands.