Update dependencies

This commit is contained in:
Matthias Schiffer 2025-06-29 17:04:15 +02:00
parent 118034dd27
commit ec4fd79864
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
2 changed files with 228 additions and 170 deletions

View file

@ -48,7 +48,7 @@ git-version = "0.3.5"
humantime = "2.1.0"
image = { version = "0.25.1", default-features = false, features = ["png", "webp"] }
indexmap = "2.0.0"
lru = "0.13.0"
lru = "0.15.0"
minedmap-default-alloc = { version = "0.1.0", path = "crates/default-alloc", optional = true }
minedmap-nbt = { version = "0.2.0", path = "crates/nbt", default-features = false }
minedmap-resource = { version = "0.7.0", path = "crates/resource" }
@ -56,7 +56,7 @@ minedmap-types = { version = "0.2.0", path = "crates/types" }
notify = "8.0.0"
num-integer = "0.1.45"
num_cpus = "1.16.0"
phf = { version = "0.11.2", features = ["macros"] }
phf = { version = "0.12.1", features = ["macros"] }
rayon = "1.7.0"
regex = "1.10.2"
rustc-hash = "2.0.0"