Skip to content

Commit

Permalink
Add charset feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Mar 28, 2024
1 parent a903553 commit a2576ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 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 @@ -14,7 +14,7 @@ anyhow = "1.0.81"
base64 = "0.22.0"
clap = { version = "4.5.4", features = ["derive", "env"] }
md-5 = "0.10.6"
reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls", "http2", "json", "multipart"] }
reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls", "http2", "charset", "json", "multipart"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
tokio = { version = "1.36.0", features = ["full"] }

0 comments on commit a2576ce

Please sign in to comment.