diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-10 22:01:50 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 22:01:50 -0600 |
| commit | b86a89fa1ea059b566217991a656b31bf6841ba0 (patch) | |
| tree | 0681e308999ebbf8ba0150d1428d085164c3eba9 /azalea | |
| parent | 0c30138d26e8192468507b12683daf32e8fdbc29 (diff) | |
| download | azalea-drasl-b86a89fa1ea059b566217991a656b31bf6841ba0.tar.xz | |
Bump tokio from 1.22.0 to 1.23.1 (#55)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 889eb935..7c82a00c 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -28,10 +28,10 @@ num-traits = "0.2.15" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } priority-queue = "1.3.0" thiserror = "^1.0.37" -tokio = "^1.21.2" +tokio = "^1.23.1" uuid = "1.2.2" [dev-dependencies] anyhow = "^1.0.65" env_logger = "^0.9.1" -tokio = "^1.21.2" +tokio = "^1.23.1" |
