Updated file-format to 0.26

This commit is contained in:
G2-Games 2024-11-08 01:58:41 -06:00
parent 8cacaa53cc
commit 055bcacdd3

View file

@ -7,7 +7,7 @@ edition = "2021"
blake3 = { version = "1.5.4", features = ["mmap", "rayon", "serde"] } blake3 = { version = "1.5.4", features = ["mmap", "rayon", "serde"] }
chrono = { version = "0.4.38", features = ["serde"] } chrono = { version = "0.4.38", features = ["serde"] }
ciborium = "0.2.2" ciborium = "0.2.2"
file-format = { git="https://github.com/mmalecot/file-format.git", branch="dev", features = ["reader"] } file-format = { version = "0.26", features = ["reader"] }
log = "0.4" log = "0.4"
lz4_flex = "0.11.3" lz4_flex = "0.11.3"
maud = { version = "0.26", features = ["rocket"] } maud = { version = "0.26", features = ["rocket"] }