Update dependencies

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer 2025-02-11 23:03:33 +01:00
parent a10151a4f3
commit 0dd36a409a
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
2 changed files with 50 additions and 191 deletions

View file

@ -46,7 +46,7 @@ futures-util = "0.3.28"
git-version = "0.3.5"
image = { version = "0.25.1", default-features = false, features = ["png", "webp"] }
indexmap = { version = "2.0.0", features = ["serde"] }
lru = "0.12.0"
lru = "0.13.0"
minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false }
minedmap-resource = { version = "0.6.0", path = "crates/resource" }
minedmap-types = { version = "0.1.4", path = "crates/types" }