diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-22 18:20:21 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-26 13:46:04 -0400 |
| commit | 7ed8011571e872c990c3b87c742eeb4b8e5c6253 (patch) | |
| tree | 7b61d3858d6a02331b816ddca9cc137c41d9051f /Cargo.toml | |
| parent | 173b009b858471e5a8d73c678d9ada60f67d2b0b (diff) | |
deps(crates): bump tokio from 1.31.0 to 1.32.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.31.0...tokio-1.32.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
@@ -14,4 +14,4 @@ regex = "1.9.3" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] } serde = "1.0.185" serenity = "0.11.6" -tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } |
