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-buf | |
| parent | d2353492294ba896772df398af16427beb84b4e1 (diff) | |
| download | azalea-drasl-16d0cb734caee11cf5424b7b0f5d5d8e68483fe1.tar.xz | |
change some dependencies
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index d8be1a11..3058d442 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -13,7 +13,7 @@ azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.3.0" } byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.34" -tokio = {version = "^1.19.2", features = ["io-util", "net", "macros"]} +tokio = {version = "^1.21.2", features = ["io-util", "net", "macros"]} uuid = "^1.1.2" [features] |
