diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-03 19:27:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-03 19:27:19 -0600 |
| commit | 7c7446ab1e467c29f86e9bfba260741fc469389a (patch) | |
| tree | 9ad0f513c2844a86653ca41e78121d58fc22456b /azalea-auth | |
| parent | 6e818852d868eea963dd2b8489ba75b65c56fb1c (diff) | |
| download | azalea-drasl-7c7446ab1e467c29f86e9bfba260741fc469389a.tar.xz | |
Bump tokio from 1.23.1 to 1.24.2 (#62)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 5de305d5..83515500 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -18,9 +18,9 @@ reqwest = {version = "0.11.12", features = ["json"]} serde = {version = "1.0.145", features = ["derive"]} serde_json = "1.0.86" thiserror = "1.0.37" -tokio = {version = "1.23.1", features = ["fs"]} +tokio = {version = "1.24.2", features = ["fs"]} uuid = {version = "^1.1.2", features = ["serde"]} [dev-dependencies] env_logger = "0.9.3" -tokio = {version = "1.23.1", features = ["full"]} +tokio = {version = "1.24.2", features = ["full"]} |
