From 1d64fd061d0c20d18bfc2cea5fbf9479cf0cec0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:46:39 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4eb25c..0dcedb9 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.2", default-features = false } +serde = { version = "1.0.204", 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.39.0", features = ["rt-multi-thread", "macros"] } +serde_json = "1.0.120" [features] default = ["jpeg", "png"]