From 2e607fd7bddc31bc622932a2bae4b5be098f9d86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:12:49 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 94f32b2..3cc680b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,14 +12,14 @@ 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"] } -serde_json = "1.0.132" +tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros"] } +serde_json = "1.0.133" [features] default = ["jpeg", "png", "gif"]