diff --git a/crablet/Cargo.toml b/crablet/Cargo.toml index 1fe354f..e129654 100644 --- a/crablet/Cargo.toml +++ b/crablet/Cargo.toml @@ -80,7 +80,7 @@ qdrant-client = { version = "1.3.0", optional = true } image = { version = "0.25.5", optional = true } strsim = "0.11.1" # For Levenshtein distance ort = { version = "2.0.0-rc.9", optional = true } # Modern ONNX Runtime wrapper (replaces onnxruntime) -chromiumoxide = { version = "0.5", features = ["tokio-runtime"], optional = true } +chromiumoxide = { version = "0.9", features = ["tokio-runtime"], optional = true } cron = { version = "0.16", optional = true } enigo = { version = "0.2", optional = true } arboard = { version = "3", optional = true }