diff --git a/Cargo.toml b/Cargo.toml index ba4e623..cda9632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = ["Carter Himmel "] [dependencies] image = { version = "0.25.2", default-features = false } -serde = { version = "1.0.204", optional = true, features = ["derive"] } +serde = { version = "1.0.205", optional = true, features = ["derive"] } tract-onnx = "0.21.6" once_cell = "1.19.0"