diff --git a/Cargo.toml b/Cargo.toml index e4eb25c..1c90cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,14 +12,14 @@ license = "MIT OR Apache-2.0" authors = ["Carter Himmel "] [dependencies] -image = { version = "0.24.9", default-features = false } -serde = { version = "1.0.197", optional = true, features = ["derive"] } -tract-onnx = "0.21.1" +image = { version = "0.25.1", default-features = false } +serde = { version = "1.0.201", optional = true, features = ["derive"] } +tract-onnx = "0.21.5" once_cell = "1.19.0" [dev-dependencies] -tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] } -serde_json = "1.0.114" +tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] } +serde_json = "1.0.117" [features] default = ["jpeg", "png"]