diff --git a/Cargo.toml b/Cargo.toml index 9a45467..8306eca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "dmi" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "MIT" description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files." authors = ["Rohesie "] -keywords = ["byond", "dreammaker", "dmi", "spacestation13"] +keywords = ["byond", "dreammaker", "dmi", "ss13", "spacestation13"] homepage = "https://github.com/spacestation13/dmi" exclude = ["src/tests.rs", "tests/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" -image = { version = "0.24", default-features = false, features = ["png"] } +image = { version = "0.24.6", default-features = false, features = ["png"] } deflate = "1.0" -inflate = "0.4" +inflate = "0.4.5"