murar8 / axum_typed_multipart

Type safe multipart/form-data handling for axum.
84 stars 14 forks source link

Migrate from proc-macro-error #81

Closed bachp closed 1 month ago

bachp commented 1 month ago

The proc-macro-error crate seems to be unmaintained: https://rustsec.org/advisories/RUSTSEC-2024-0370

This causes cargo audit to print a security warning.

The recommended solution is to migrate to one of the crates mentioned in the security advisory.

murar8 commented 1 month ago

Makes perfect sense, thanks!