From 5442ac826959e8ce2a8395ef8a1a1df17358d5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:24:27 +0000 Subject: [PATCH] build(deps): bump chromiumoxide from 0.5.3 to 0.5.4 Bumps [chromiumoxide](https://github.com/mattsse/chromiumoxide) from 0.5.3 to 0.5.4. - [Commits](https://github.com/mattsse/chromiumoxide/commits) --- updated-dependencies: - dependency-name: chromiumoxide dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0c3250..0586f0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,9 +177,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chromiumoxide" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5258a072a786870d88feb095aebeec5cd0d37081b4e5b8671dbf3c13d773849" +checksum = "84bdb5c07ec812b69558200b30ea28ff28ad0b9059153cc32290b8737fa6e228" dependencies = [ "async-tungstenite", "base64", diff --git a/Cargo.toml b/Cargo.toml index e5a9f8c..6f2a148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = ["accessibility", "web-programming", "command-line" ] url = "2.4.1" reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] } tokio = { version = "1.33.0", features = ["full"] } -chromiumoxide = { version = "0.5.3", features = ["tokio-runtime"], default-features = false } +chromiumoxide = { version = "0.5.4", features = ["tokio-runtime"], default-features = false } futures = "0.3.28" clap = { version = "4.4.6", features = ["derive", "string"] } columns = "0.1.0"