Skip to content

Commit

Permalink
build(deps): update reqwest requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.0...v0.12.5)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 504e894 commit 45c4d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ actix-web = { version = "4", default-features = false, features = ["macros", "co
actix-session = { version = "0.9", features = ["redis-session", "cookie-session"] }

env_logger = "0.11"
reqwest = { version = "0.11", default-features = false, features = ["cookies", "json"] }
reqwest = { version = "0.12", default-features = false, features = ["cookies", "json"] }
uuid = { version = "1", features = ["v4"] }

[lints]
Expand Down

0 comments on commit 45c4d44

Please sign in to comment.