diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-20 06:39:43 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-20 06:42:38 +0000 |
| commit | 196213dd026d18a94a5f729ca469c425e91e0186 (patch) | |
| tree | f8fc4ea31b1a985591439a1b37351e3bdbb1b713 /Cargo.toml | |
| parent | faa038757ced955bb5c0a98dae7be6e7185af677 (diff) | |
deps(crates): bump reqwest from 0.11.25 to 0.11.27
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.11.27.
- [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.25...v0.11.27)
---
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
@@ -23,7 +23,7 @@ owo-colors = "4.0.0" rand = "0.8.5" redis = { version = "0.25.0", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" -reqwest = { version = "0.11.25", default-features = false, features = [ +reqwest = { version = "0.11.27", default-features = false, features = [ "rustls-tls", "json", ] } |
