1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-23 05:07:46 +00:00

Update binrw and tracing dependencies

This commit is contained in:
Joshua Goins 2023-12-02 19:45:46 -05:00
parent e23383f439
commit 4157eb0a67

View file

@ -52,9 +52,9 @@ patch_testing = ["game_install"]
[dependencies] [dependencies]
# amazing binary parsing/writing library # amazing binary parsing/writing library
binrw = { version = "0.12.0", features = ["std"], default-features = false } binrw = { version = "0.13.0", features = ["std"], default-features = false }
tracing = { version = "0.1.37", features = ["std"], default-features = false } tracing = { version = "0.1.40", features = ["std"], default-features = false }
# used for zlib compression in sqpack files # used for zlib compression in sqpack files
libz-sys = { version = "1.1" } libz-sys = { version = "1.1" }