From 1ac21ebf411ba64ac993e94bdb6110d6968a05f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:03:15 +0000 Subject: [PATCH] Update all non-major dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1d6feb..a77ff41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ image = "0.25" bytes = { version = "1" } serde_json = "1" arboard = { version = "3", features = ["image"], optional = true } -ocrs = { version = "0.8", optional = true } +ocrs = { version = "0.9", optional = true } rten = { version = "0.13", optional = true } rten-imageproc = { version = "0.13", optional = true } dirs = "5.0.1"