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
ceb71f035c
commit
30e5aee09e
2 changed files with 33 additions and 35 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue