From dd0c6f8a9175c11b6968aad197edcf5f19436bd5 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 7 Sep 2026 16:10:28 +0000 Subject: [PATCH] playwright update to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f19d7bd..6a76828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ aes-gcm = "0.10" cbc = { version = "0.1", features = ["alloc"] } hex = "0.4" chromiumoxide = { version = "0.7", features = ["tokio-runtime"] } -playwright-rs = "0.7" +playwright-rs = "0.17" [lints.rust] warnings = "warn"