Skip to content

Commit

Permalink
fix(deps): update rust crate image to 0.24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent 3d2daeb commit 38e44f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
authors = ["Carter Himmel <[email protected]>"]

[dependencies]
image = { version = "0.24.8", default-features = false }
image = { version = "0.24.9", default-features = false }
serde = { version = "1.0.197", optional = true, features = ["derive"] }
tract-onnx = "0.21.1"
once_cell = "1.19.0"
Expand Down

0 comments on commit 38e44f2

Please sign in to comment.