Skip to content

Commit

Permalink
feat: [torrust#120] add dependency feature
Browse files Browse the repository at this point in the history
To submit multipart forms with reqwest. It'll be used in E2E tests.
  • Loading branch information
josecelano committed Apr 26, 2023
1 parent fdc3e27 commit c7c6ffd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rand_core = { version = "0.6", features = ["std"] }
chrono = "0.4.19"
jsonwebtoken = "8.1.1"
sha-1 = "0.10.0"
reqwest = { version = "0.11.4", features = [ "json" ] }
reqwest = { version = "0.11.4", features = [ "json", "multipart" ] }
tokio = {version = "1.13", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
lettre = { version = "0.10.0-rc.3", features = ["builder", "tokio1", "tokio1-rustls-tls", "smtp-transport"]}
sailfish = "0.4.0"
Expand Down

0 comments on commit c7c6ffd

Please sign in to comment.