Skip to content

Commit

Permalink
build(deps): update reqwest requirement from 0.11.24 to 0.12.4
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.24...v0.12.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent ac70b6f commit f3fa5c7
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 @@ -16,7 +16,7 @@ serde_json = "1.0"
lazy_static = "1.4"
schemars = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11.24", features = ["json"], default-features = false }
reqwest = { version = "0.12.4", features = ["json"], default-features = false }

[dev-dependencies]
mockito = "1.1.0"
Expand Down

0 comments on commit f3fa5c7

Please sign in to comment.