Skip to content

Commit 838a15d

Browse files
authored
Merge pull request #32 from JKISoftware/multipart-uploads
[WIP] Multipart uploads
2 parents ad96a52 + d12dc1a commit 838a15d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1915
-149
lines changed

Cargo.lock

Lines changed: 17 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
@@ -17,7 +17,7 @@ all = { level = "warn", priority = 0 }
1717

1818
[dependencies]
1919
libc = "0.2.173"
20-
reqwest = { version = "0.12.20", features = ["json", "stream", "rustls-tls"], default-features = false }
20+
reqwest = { version = "0.12.20", features = ["json", "stream", "rustls-tls", "multipart"], default-features = false }
2121
tokio = { version = "1.45.1", features = ["full"] }
2222
lazy_static = "1.5.0"
2323
futures-util = "0.3.31"

0 commit comments

Comments
 (0)