Skip to content

Commit

Permalink
Bump reqwest from 0.11.27 to 0.12.4
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.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jkilpatr committed May 11, 2024
1 parent fd40ef4 commit ce68f18
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 27 deletions.
173 changes: 147 additions & 26 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 rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_json = "1.0"
lettre = { version = "0.10", features = ["file-transport"] }
phonenumber = "0.3"
log = { version = "0.4", features = ["release_max_level_info"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
actix-web-async = { package = "actix-web", version = "4.3", default_features = false, features = [
"openssl",
] }
Expand Down

0 comments on commit ce68f18

Please sign in to comment.