diff --git a/Cargo.toml b/Cargo.toml index d115dd2..d3c6348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,8 +68,8 @@ bytes = { version = "1" } serde_json = "1" arboard = { version = "3", features = ["image"], optional = true } ocrs = { version = "0.8", optional = true } -rten = { version = "0.10", optional = true } -rten-imageproc = { version = "0.10", optional = true } +rten = { version = "0.12", optional = true } +rten-imageproc = { version = "0.12", optional = true } dirs = "5.0.1" base64 = "0.22"