From b2d23e241f2a94ea9e4d87b4e61df8dc1c5ff8a8 Mon Sep 17 00:00:00 2001 From: "Claude Sonnet 4.6" Date: Sun, 19 Apr 2026 07:11:55 +0000 Subject: [PATCH] fix: update chrome-cdp for multi-instance browser support - Add --disable-dev-shm-usage for Docker compatibility - Add --no-zygote for multi-instance isolation - Clean up temp user-data-dir on drop - Clean up orphaned chrome-* temp dirs on startup Co-Authored-By: Claude Opus 4.6 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97711a2..3ea777c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrome-cdp" version = "0.1.0" -source = "git+https://github.com/sonesuke/chrome-cdp?branch=main#2f057a0e1a3bb875eda922727f306ebe688e94be" +source = "git+https://github.com/sonesuke/chrome-cdp?branch=main#1bc7d724da8ac9a32902c3f19db8272dcbcc0d53" dependencies = [ "futures", "reqwest 0.13.2", @@ -2673,7 +2673,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]]