Skip to content

Commit f8ba466

Browse files
committed
📟 Updated dependency versions.
1 parent 6ee08c0 commit f8ba466

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎Cargo.toml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
anyhow = "1.0.75"
9+
anyhow = "1.0.98"
1010
file_stream = { git = "https://github.com/rizerco/file_stream.git" }
11-
flate2 = "1.0.30"
11+
flate2 = "1.1.1"
1212
getrandom = { version = "0.2", features = ["js"] }
13-
image = "0.24.7"
13+
image = "0.24.9"
1414
kamadak-exif = "0.6.1"
15-
num-traits = "0.2.17"
15+
num-traits = "0.2.19"
1616
rand = "0.8.5"
1717
rayon = "1.10.0"
1818
serde = { version = "1.0", features = ["derive"] }
19-
serde_bytes = "0.11.12"
20-
serde_json = "1.0.107"
21-
thiserror = "2.0.11"
19+
serde_bytes = "0.11.17"
20+
serde_json = "1.0.140"
21+
thiserror = "2.0.12"
2222
tiff = "0.9.1"

0 commit comments

Comments
 (0)