Skip to content

Commit c87234c

Browse files
committed
Disable default features of multipart
1 parent 2712a92 commit c87234c

File tree

2 files changed

+1
-131
lines changed

2 files changed

+1
-131
lines changed

Cargo.lock

Lines changed: 0 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ open = "1"
2626
# Iron crates
2727
iron = "0.6.1"
2828
iron-cors = "0.8.0"
29-
multipart = { version = "0.16.1", features = ["iron"] }
29+
multipart = { version = "0.16.1", default-features = false, features = ["server", "iron"] }
3030
htmlescape = "0.3.1"
3131
percent-encoding = "2.1.0"
3232
path-dedot = "1"

0 commit comments

Comments
 (0)