aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-09-04 21:24:10 -0500
committermat <github@matdoes.dev>2022-09-04 21:24:10 -0500
commit99fcad7bc4133c32627fe2e4751faad05b9b4ef1 (patch)
tree77d776fa1eb0476d1709c67c07af2293674c4a0e /azalea-protocol
parent2557d70576764c32773153d33eeaa31f34b16b15 (diff)
downloadazalea-drasl-99fcad7bc4133c32627fe2e4751faad05b9b4ef1.tar.xz
fix chunks not being able to be read
Diffstat (limited to 'azalea-protocol')
-rwxr-xr-xazalea-protocol/Cargo.toml2
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"