diff --git a/Cargo.toml b/Cargo.toml index b29476b..e82d864 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,9 +55,9 @@ patch_testing = ["game_install"] [dependencies] # amazing binary parsing/writing library -binrw = { version = "0.13.0", features = ["std"], default-features = false } +binrw = { version = "0.14", features = ["std"], default-features = false } -tracing = { version = "0.1.40", features = ["std"], default-features = false } +tracing = { version = "0.1", features = ["std"], default-features = false } # used for zlib compression in sqpack files libz-ng-sys = { version = "1.1" } @@ -73,4 +73,4 @@ half = { version = "2", optional = true } bitflags = { version = "1.3", optional = true } # needed for dxt/bc decompression -texture2ddecoder = { version = "0.0.5", optional = true } +texture2ddecoder = { version = "0.1", optional = true }