From ca496977faec4557189ce950e7464a72b0ff15d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:47:20 +0000 Subject: [PATCH] Update fantoccini requirement from 0.19.3 to 0.21.1 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.1) --- 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..e16d797 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.1", default-features = false, features = ["rustls-tls"] } serde_json = { version = "1.0.117", default-features = false, features = ["alloc"] } ring = "0.17.8"