diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-25 15:47:49 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-12-25 15:49:57 +0000 |
| commit | a1913ad35602c54483c502f72815e4bc2c2f38c6 (patch) | |
| tree | f7b440d01edb941d30da08addc5e66913b6ff89c /Cargo.toml | |
| parent | 6f613bc38a75b8d912f11c6c69c11b88358ff04d (diff) | |
deps(crates): bump reqwest from 0.11.22 to 0.11.23
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23.
- [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.11.22...v0.11.23)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ once_cell = "1.19.0" rand = "0.8.5" redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" -reqwest = { version = "0.11.22", default-features = false, features = [ +reqwest = { version = "0.11.23", default-features = false, features = [ "rustls-tls", "json", ] } |
