BLOG-85 refactor: remove unused dependency
All checks were successful
Frontend CI / build (push) Successful in 1m5s
PR Title Check / pr-title-check (pull_request) Successful in 13s
Auto Comment On PR / add_improve_comment (pull_request) Successful in 16s

This commit is contained in:
SquidSpirit 2025-07-30 03:19:35 +08:00
parent 64cad463cd
commit 161ef5327a
2 changed files with 0 additions and 2 deletions

1
backend/Cargo.lock generated
View File

@ -1663,7 +1663,6 @@ dependencies = [
"actix-multipart",
"actix-web",
"async-trait",
"chrono",
"futures",
"log",
"serde",

View File

@ -7,7 +7,6 @@ edition.workspace = true
actix-multipart.workspace = true
actix-web.workspace = true
async-trait.workspace = true
chrono.workspace = true
futures.workspace = true
log.workspace = true
serde.workspace = true