diff --git a/Cargo.toml b/Cargo.toml index 94f32b2..13a65a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,13 @@ license = "MIT OR Apache-2.0" authors = ["Carter Himmel "] [dependencies] -image = { version = "0.25.3", default-features = false } -serde = { version = "1.0.213", optional = true, features = ["derive"] } +image = { version = "0.25.5", default-features = false } +serde = { version = "1.0.215", optional = true, features = ["derive"] } tract-onnx = "0.21.7" once_cell = "1.20.2" [dev-dependencies] -tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros"] } serde_json = "1.0.132" [features]