diff options
| author | mat <github@matdoes.dev> | 2022-09-04 21:24:10 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-04 21:24:10 -0500 |
| commit | 99fcad7bc4133c32627fe2e4751faad05b9b4ef1 (patch) | |
| tree | 77d776fa1eb0476d1709c67c07af2293674c4a0e /azalea-protocol | |
| parent | 2557d70576764c32773153d33eeaa31f34b16b15 (diff) | |
| download | azalea-drasl-99fcad7bc4133c32627fe2e4751faad05b9b4ef1.tar.xz | |
fix chunks not being able to be read
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index ab9b322f..f3e4cd74 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0.23" packet-macros = {path = "./packet-macros"} serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" -thiserror = "^1.0.32" +thiserror = "^1.0.34" tokio = {version = "^1.19.2", features = ["io-util", "net", "macros"]} tokio-util = "^0.6.9" trust-dns-resolver = "^0.20.3" |
