diff --git a/Cargo.toml b/Cargo.toml index a2c3278..b988064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" authors = ["Carter Himmel "] [dependencies] -image = { version = "0.25.2", default-features = false } +image = { version = "0.25.3", default-features = false } serde = { version = "1.0.210", optional = true, features = ["derive"] } tract-onnx = "0.21.7" once_cell = "1.20.2"