From 444ec6e593b8a445f8364d0c6647f613baebb387 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 28 Jun 2024 06:16:20 -0400 Subject: [PATCH] Bump binrw, texture2ddecoder --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }