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:
parent
e23383f439
commit
4157eb0a67
1 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue