File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 "
1010file_stream = { git = " https://github.com/rizerco/file_stream.git" }
11- flate2 = " 1.0.30 "
11+ flate2 = " 1.1.1 "
1212getrandom = { version = " 0.2" , features = [" js" ] }
13- image = " 0.24.7 "
13+ image = " 0.24.9 "
1414kamadak-exif = " 0.6.1"
15- num-traits = " 0.2.17 "
15+ num-traits = " 0.2.19 "
1616rand = " 0.8.5"
1717rayon = " 1.10.0"
1818serde = { 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 "
2222tiff = " 0.9.1"
You can’t perform that action at this time.
0 commit comments