diff options
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 1156f8de..eaf7b0dc 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -11,4 +11,4 @@ azalea-core = {path = "../azalea-core"} azalea-crypto = {path = "../azalea-crypto"} azalea-protocol = {path = "../azalea-protocol"} azalea-world = {path = "../azalea-world"} -tokio = {version = "1.18.0", features = ["sync"]} +tokio = {version = "1.19.2", features = ["sync"]} |
