File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ license = "MIT OR Apache-2.0"
1212authors = [
" Carter Himmel <[email protected] >" ]
1313
1414[dependencies ]
15- image = { version = " 0.25.3 " , default-features = false }
16- serde = { version = " 1.0.213 " , optional = true , features = [" derive" ] }
17- tract-onnx = " 0.21.7 "
18- once_cell = " 1.20.2 "
15+ image = { version = " 0.25.6 " , default-features = false }
16+ serde = { version = " 1.0.219 " , optional = true , features = [" derive" ] }
17+ tract-onnx = " 0.21.11 "
18+ once_cell = " 1.21.1 "
1919
2020[dev-dependencies ]
21- tokio = { version = " 1.41.0 " , features = [" rt-multi-thread" , " macros" ] }
22- serde_json = " 1.0.132 "
21+ tokio = { version = " 1.44.1 " , features = [" rt-multi-thread" , " macros" ] }
22+ serde_json = " 1.0.140 "
2323
2424[features ]
2525default = [" jpeg" , " png" , " gif" ]
You can’t perform that action at this time.
0 commit comments