fix: settle quota and bound compression work
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
237899745
2026-07-25 21:40:57 +08:00
parent 64b1169e8c
commit b67275b3e8
12 changed files with 1150 additions and 657 deletions

4
.cargo/audit.toml Normal file
View File

@@ -0,0 +1,4 @@
# SQLx locks optional MySQL dependencies even though this project builds only
# the PostgreSQL driver. The vulnerable RSA code is absent from `cargo tree`.
[advisories]
ignore = ["RUSTSEC-2023-0071"]