diff options
| author | mat <github@matdoes.dev> | 2022-11-11 23:10:38 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-11-11 23:10:38 -0600 |
| commit | 16d0cb734caee11cf5424b7b0f5d5d8e68483fe1 (patch) | |
| tree | 07b50d34f11d88add627a37c96b40a2835c1aa46 /azalea | |
| parent | d2353492294ba896772df398af16427beb84b4e1 (diff) | |
| download | azalea-drasl-16d0cb734caee11cf5424b7b0f5d5d8e68483fe1.tar.xz | |
change some dependencies
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 35387bf1..2719b43c 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -15,9 +15,9 @@ azalea-client = {version = "0.3.0", path = "../azalea-client"} azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"} parking_lot = "^0.12.1" thiserror = "^1.0.37" -tokio = "^1.21.1" +tokio = "^1.21.2" [dev-dependencies] anyhow = "^1.0.65" env_logger = "^0.9.1" -tokio = "^1.21.1" +tokio = "^1.21.2" |
