Skip to content

Commit

Permalink
build(deps): remove unused multipart dependency (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojnilowicz authored Jun 10, 2024
1 parent b8330f1 commit 5a51fb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aw-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ path = "src/main.rs"
[dependencies]
rocket = { version = "0.5.0", features = ["json"] }
rocket_cors = { version = "0.6.0" }
multipart = { version = "0.18", default-features = false, features = ["server"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 5a51fb9

Please sign in to comment.