Skip to content

Commit 74fd705

Browse files
committed
Update the dependencies
1 parent afedbf9 commit 74fd705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/png-glitch/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "png-glitch"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
authors = ["N.Shimizu <chikoski@gmail.com>"]
66
description = "A library to glitch PNG images."
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/chikoski/png-glitch"
1010

1111
[dependencies]
12-
anyhow = "1.0.86"
12+
anyhow = "1.0.95"
1313
crc32fast = "1.4.2"
14-
fdeflate = "0.3.4"
14+
fdeflate = "0.3.7"
1515
thiserror = "2.0.9"

0 commit comments

Comments
 (0)