Skip to content

Commit

Permalink
Merge pull request #269 from fpgaminer/dependabot/cargo/reqwest-0.12.0
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.27 to 0.12.0
  • Loading branch information
fpgaminer committed Mar 20, 2024
2 parents a7050e4 + cb106f6 commit 987fb0e
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 23 deletions.
134 changes: 112 additions & 22 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 libfortress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rand = { version = "0.8.5", features = ["std"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tempfile = "3.10.1"
reqwest = { version = "0.11", features = ["default-tls", "blocking", "json" ] }
reqwest = { version = "0.12", features = ["default-tls", "blocking", "json" ] }
tiny_http = "0.12"
fortresscrypto = { version = "2", path = "../fortresscrypto" }
subtle = "2.4.1"
Expand Down

0 comments on commit 987fb0e

Please sign in to comment.