diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-24 16:07:52 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-24 16:07:52 +0000 |
| commit | c4d2bc8a6890e74066882d01e44b53d86a0655d5 (patch) | |
| tree | afe34a9541a3040290056ec1f5f2f3720096ae6a /Cargo.toml | |
| parent | ab3432002c1db26841566efdb495876000a112cb (diff) | |
crates: bump reqwest from 0.12.4 to 0.12.5 (#201)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ poise = "0.6.1" rand = "0.8.5" redis = { version = "0.25.4", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.3.0" -reqwest = { version = "0.12.4", default-features = false, features = [ +reqwest = { version = "0.12.5", default-features = false, features = [ "rustls-tls", "json", ] } |
