From ff03a132d4d401e4996328e87b0f661c945a2d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:24:56 +0000 Subject: [PATCH] deps: update chromiumoxide requirement from 0.5 to 0.9 in /crablet Updates the requirements on [chromiumoxide](https://github.com/mattsse/chromiumoxide) to permit the latest version. - [Release notes](https://github.com/mattsse/chromiumoxide/releases) - [Changelog](https://github.com/mattsse/chromiumoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/mattsse/chromiumoxide/compare/v0.5.7...v0.8.0) --- updated-dependencies: - dependency-name: chromiumoxide dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crablet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }