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 /bot/Cargo.toml | |
| parent | c9a070f711a6fdaf505f522cb8809749c9190e38 (diff) | |
| download | azalea-drasl-438d633b83dde37e3d3564706da466963a8bc999.tar.xz | |
Bump tokio
Diffstat (limited to 'bot/Cargo.toml')
| -rwxr-xr-x | bot/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml index e55f6c3d..b66e3b75 100755 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -9,4 +9,4 @@ version = "0.1.0" azalea-client = {path = "../azalea-client"} azalea-core = {path = "../azalea-core"} azalea-protocol = {path = "../azalea-protocol"} -tokio = "^1.14.0" +tokio = "^1.19.2" |
