From d815a89b982098b1614b6f4921b3e5fa8463bbc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:09:13 +0000 Subject: [PATCH] Update all non-major dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1d6feb..8ff1cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,9 +68,9 @@ image = "0.25" bytes = { version = "1" } serde_json = "1" arboard = { version = "3", features = ["image"], optional = true } -ocrs = { version = "0.8", optional = true } -rten = { version = "0.13", optional = true } -rten-imageproc = { version = "0.13", optional = true } +ocrs = { version = "0.9", optional = true } +rten = { version = "0.14", optional = true } +rten-imageproc = { version = "0.14", optional = true } dirs = "5.0.1" base64 = "0.22"