aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-08 16:51:30 -0500
committermat <git@matdoes.dev>2023-09-08 16:51:32 -0500
commit35d6ac565d43234bec36e8f013e982f2ab4fc80f (patch)
treea6544f04a327e77cc9708a6a6548d9cb8aa99941 /azalea-nbt
parente6a787f77752da4593964eba775e82f8c6d282b4 (diff)
downloadazalea-drasl-35d6ac565d43234bec36e8f013e982f2ab4fc80f.tar.xz
upgrade 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 ca0dcb27..e8c6a14a 100644
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -16,12 +16,12 @@ enum-as-inner = "0.6.0"
flate2 = "^1.0.27"
log = "0.4.20"
serde = { version = "^1.0", features = ["derive"], optional = true }
-thiserror = "1.0.47"
+thiserror = "1.0.48"
[dev-dependencies]
criterion = { version = "^0.5.1", features = ["html_reports"] }
graphite_binary = "0.1.0"
-valence_nbt = "0.4.0"
+valence_nbt = "0.7.0"
fastnbt = "2.4.4"
[features]