From 8c81faf141167921caab0be5009db65a8a543049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:04:17 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 03d54ad..c2be359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ authors = ["Carter Himmel "] [dependencies] image = { version = "0.25.3", default-features = false } -serde = { version = "1.0.210", optional = true, features = ["derive"] } +serde = { version = "1.0.212", optional = true, features = ["derive"] } tract-onnx = "0.21.7" once_cell = "1.20.2" [dev-dependencies] -tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros"] } serde_json = "1.0.132" [features]