Update dependencies

This commit is contained in:
Matthias Schiffer 2023-10-12 18:27:49 +02:00
parent ceb71f035c
commit 30e5aee09e
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
2 changed files with 33 additions and 35 deletions

View file

@ -46,7 +46,7 @@ git-version = "0.3.5"
glam = "0.24.0"
image = { version = "0.24.5", default-features = false, features = ["png"] }
indexmap = { version = "2.0.0", features = ["serde"] }
lru = "0.11.0"
lru = "0.12.0"
minedmap-nbt = { version = "0.1.0", path = "crates/nbt", default-features = false }
minedmap-resource = { version = "0.1.0", path = "crates/resource" }
minedmap-types = { version = "0.1.0", path = "crates/types" }
@ -59,7 +59,7 @@ serde_json = "1.0.99"
tokio = { version = "1.31.0", features = ["rt", "parking_lot", "sync"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
zstd = "0.12.3"
zstd = "0.13.0"
[features]
default = ["zlib-ng"]