diff --git a/Cargo.toml b/Cargo.toml index e4eb25c..7c38af8 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 } +image = { version = "0.25.1", default-features = false } serde = { version = "1.0.197", optional = true, features = ["derive"] } -tract-onnx = "0.21.1" +tract-onnx = "0.21.2" 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.115" [features] default = ["jpeg", "png"]