diff --git a/Cargo.toml b/Cargo.toml index f32b23e..9ace84c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dmi" -version = "0.1.2" +version = "0.1.3" edition = "2018" license = "MIT" description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files." @@ -13,5 +13,5 @@ exclude = ["src/tests.rs", "tests/*"] [dependencies] thiserror = "1.0" image = "0.23" -deflate = "0.9" +deflate = "1.0" inflate = "0.4"