diff options
| author | mat <github@matdoes.dev> | 2022-06-24 03:50:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-24 03:50:19 -0500 |
| commit | 3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6 (patch) | |
| tree | 97c469f176b4558147f3846a36999b09a2eb6b35 /bot | |
| parent | 1bee59651f77b8dd5adbeefd9d402f488ae0e55f (diff) | |
| download | azalea-drasl-3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6.tar.xz | |
Upgrade crates and remove num_* deps
Diffstat (limited to 'bot')
| -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..1a6a44a3 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" |
