diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-30 14:58:18 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-08-30 15:11:48 +0000 |
| commit | a303695bc5635b84c82d7626b077ba6c2c569f96 (patch) | |
| tree | 5d4e36d8024702a6567f84dd6de0e16866225641 /Cargo.toml | |
| parent | 3d9986a54186d647f50f927f319e1ed824fbd9e0 (diff) | |
deps(crates): bump reqwest from 0.11.18 to 0.11.20
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.20.
- [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.18...v0.11.20)
---
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
@@ -11,7 +11,7 @@ include_dir = "0.7.3" once_cell = "1.18.0" rand = "0.8.5" regex = "1.9.3" -reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "json"] } serde = "1.0.188" serenity = "0.11.6" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } |
