Skip to content

Commit

Permalink
Bump reqwest from 0.11.27 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.0.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.0)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
1 parent a7050e4 commit cb106f6
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 cb106f6

Please sign in to comment.