diff --git a/Cargo.toml b/Cargo.toml index 6124dd6..1c906d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ authors = ["Carter Himmel "] [dependencies] image = { version = "0.25.2", default-features = false } serde = { version = "1.0.210", optional = true, features = ["derive"] } -tract-onnx = "0.21.6" +tract-onnx = "0.21.7" once_cell = "1.20.0" [dev-dependencies]