aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/Cargo.toml
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-buf/Cargo.toml
parent2557d70576764c32773153d33eeaa31f34b16b15 (diff)
downloadazalea-drasl-99fcad7bc4133c32627fe2e4751faad05b9b4ef1.tar.xz
fix chunks not being able to be read
Diffstat (limited to 'azalea-buf/Cargo.toml')
-rw-r--r--azalea-buf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 6f21e697..3bdb2477 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.1.0"
azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.1.0"}
byteorder = "^1.4.3"
serde_json = {version = "^1.0", optional = true}
-thiserror = "^1.0.31"
+thiserror = "^1.0.34"
tokio = {version = "^1.19.2", features = ["io-util", "net", "macros"]}
uuid = "^1.1.2"