From 4e508d7b7d636f499ab14507da5606e14afa829b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:54:20 +0000 Subject: [PATCH] Update fantoccini requirement from 0.19.3 to 0.21.2 Updates the requirements on [fantoccini](https://github.com/jonhoo/fantoccini) to permit the latest version. - [Commits](https://github.com/jonhoo/fantoccini/compare/v0.19.3...v0.21.2) --- updated-dependencies: - dependency-name: fantoccini dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c267a73..5e94821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] clap = { version= "4.5.7", features=["derive"] } tokio = { version = "1.38.0", default-features = false, features = ["rt-multi-thread", "fs"] } -fantoccini = { version = "0.19.3", default-features = false, features = ["rustls-tls"] } +fantoccini = { version = "0.21.2", default-features = false, features = ["rustls-tls"] } serde_json = { version = "1.0.117", default-features = false, features = ["alloc"] } ring = "0.17.8"