diff --git a/Cargo.toml b/Cargo.toml index 41066b5..1a99a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ form_urlencoded = "1.2.1" rpassword = "7.3.1" anyhow = "1.0.81" thiserror = "2.0.0" -chromiumoxide = { git = "https://github.com/mattsse/chromiumoxide", features = ["tokio-runtime"], default-features = false, rev = "6400887d27721882aa366480daecf2dc613aafbb"} +chromiumoxide = { git = "https://github.com/mattsse/chromiumoxide", features = ["tokio-runtime"], default-features = false, rev = "afcc3a4313f2087249b4490d94e54bf8e3bfaccf"} futures = "0.3.30" base64 = "0.22.0" toml = "1.0.0"