We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afedbf9 commit 74fd705Copy full SHA for 74fd705
crates/png-glitch/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "png-glitch"
3
-version = "0.5.0"
+version = "0.5.1"
4
edition = "2021"
5
authors = ["N.Shimizu <chikoski@gmail.com>"]
6
description = "A library to glitch PNG images."
@@ -9,7 +9,7 @@ readme = "README.md"
9
repository = "https://github.com/chikoski/png-glitch"
10
11
[dependencies]
12
-anyhow = "1.0.86"
+anyhow = "1.0.95"
13
crc32fast = "1.4.2"
14
-fdeflate = "0.3.4"
+fdeflate = "0.3.7"
15
thiserror = "2.0.9"
0 commit comments