diff options
Diffstat (limited to 'texture-decoder/Cargo.toml')
-rw-r--r-- | texture-decoder/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/texture-decoder/Cargo.toml b/texture-decoder/Cargo.toml index 6694196..0d11da6 100644 --- a/texture-decoder/Cargo.toml +++ b/texture-decoder/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] byteorder = "1.4.3" -image = "0.24.7" +image = "0.25.0" |