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-protocol | |
| 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-protocol')
| -rw-r--r--[-rwxr-xr-x] | azalea-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index a6db11bf..6da763bd 100755..100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4.17" serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" thiserror = "1.0.37" -tokio = {version = "^1.21.2", features = ["io-util", "net", "macros"]} +tokio = {version = "^1.23.1", features = ["io-util", "net", "macros"]} tokio-util = {version = "0.7.4", features = ["codec"]} trust-dns-resolver = {version = "^0.22.0", default-features = false, features = ["tokio-runtime"]} uuid = "1.1.2" |
