mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
Update dependencies
This commit is contained in:
parent
118034dd27
commit
ec4fd79864
2 changed files with 228 additions and 170 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue