diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-14 16:02:14 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-14 16:19:50 -0400 |
| commit | 674a8560518bd010a0dd95177c37c43097d81e67 (patch) | |
| tree | 185cbe2a12c3547e42141ab7e373fe705d4f6bbb /Cargo.toml | |
| parent | f9876193d13f44917f07e6757012c7de6a0772cb (diff) | |
deps(crates): bump tokio from 1.29.1 to 1.31.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.31.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.31.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.183" serenity = "0.11.6" -tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] } |
