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"