Skip to content

Commit

Permalink
Bump minimum Reqwest version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 1, 2025
1 parent 3dd65c6 commit dd31555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rbase64 = "2"
percent-encoding = { version = "2", optional = true }
tabled = { version = "0.17", features = ["derive", "macros"], optional = true }

reqwest = { version = "0.12.11", features = [
reqwest = { version = "0.12.12", features = [
"json",
"multipart",
], optional = true }
Expand Down

0 comments on commit dd31555

Please sign in to comment.