aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-08-15 22:21:04 -0500
committermat <git@matdoes.dev>2023-08-15 22:21:04 -0500
commit4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch)
tree91802ee7508c44e596013b23864bdd449383bbd7 /azalea-nbt
parent776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff)
downloadazalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz
upgrade thiserror and other deps
Diffstat (limited to 'azalea-nbt')
-rw-r--r--azalea-nbt/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml
index 86cf7a9d..393350a4 100644
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -13,8 +13,8 @@ azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
byteorder = "^1.4.3"
compact_str = { version = "0.7.1", features = ["serde"] }
enum-as-inner = "0.6.0"
-flate2 = "^1.0.26"
-log = "0.4.19"
+flate2 = "^1.0.27"
+log = "0.4.20"
serde = { version = "^1.0", features = ["derive"], optional = true }
[dev-dependencies]