Skip to content

Commit c7c6ffd

Browse files
committed
feat: [#120] add dependency feature
To submit multipart forms with reqwest. It'll be used in E2E tests.
1 parent fdc3e27 commit c7c6ffd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Cargo.lock

Lines changed: 20 additions & 0 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
@@ -32,7 +32,7 @@ rand_core = { version = "0.6", features = ["std"] }
3232
chrono = "0.4.19"
3333
jsonwebtoken = "8.1.1"
3434
sha-1 = "0.10.0"
35-
reqwest = { version = "0.11.4", features = [ "json" ] }
35+
reqwest = { version = "0.11.4", features = [ "json", "multipart" ] }
3636
tokio = {version = "1.13", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
3737
lettre = { version = "0.10.0-rc.3", features = ["builder", "tokio1", "tokio1-rustls-tls", "smtp-transport"]}
3838
sailfish = "0.4.0"

0 commit comments

Comments
 (0)