diff options
| author | mat <github@matdoes.dev> | 2022-06-19 22:12:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-19 22:12:19 -0500 |
| commit | 438d633b83dde37e3d3564706da466963a8bc999 (patch) | |
| tree | 96810c35b22ddcadaf5a49397e0f15f8b588f6ef /azalea-protocol | |
| parent | c9a070f711a6fdaf505f522cb8809749c9190e38 (diff) | |
| download | azalea-drasl-438d633b83dde37e3d3564706da466963a8bc999.tar.xz | |
Bump tokio
Diffstat (limited to 'azalea-protocol')
| -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 41879b61..f1640a01 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -23,7 +23,7 @@ packet-macros = {path = "./packet-macros"} serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" thiserror = "^1.0.30" -tokio = {version = "^1.14.0", features = ["io-util", "net", "macros"]} +tokio = {version = "^1.19.2", features = ["io-util", "net", "macros"]} tokio-util = "^0.6.9" trust-dns-resolver = "^0.20.3" uuid = "^1.1.2" |
