aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-nbt')
-rw-r--r--azalea-nbt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml
index 993a1f4f..cdba260b 100644
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -16,7 +16,7 @@ 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.48"
+thiserror = "1.0.49"
[dev-dependencies]
criterion = { version = "^0.5.1", features = ["html_reports"] }