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-client | |
| parent | c9a070f711a6fdaf505f522cb8809749c9190e38 (diff) | |
| download | azalea-drasl-438d633b83dde37e3d3564706da466963a8bc999.tar.xz | |
Bump tokio
Diffstat (limited to 'azalea-client')
| -rwxr-xr-x | azalea-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 9c9ae746..46ea8039 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -13,4 +13,4 @@ azalea-entity = {path = "../azalea-entity"} azalea-protocol = {path = "../azalea-protocol"} azalea-world = {path = "../azalea-world"} owning_ref = "0.4.1" -tokio = {version = "1.18.0", features = ["sync"]} +tokio = {version = "1.19.2", features = ["sync"]} |
