From 1edef7730941db3d1a6a3479991c66a3f9dfd220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 03:46:56 +0000 Subject: [PATCH 1/2] build(deps): bump chromiumoxide from 0.5.1 to 0.5.3 Bumps [chromiumoxide](https://github.com/mattsse/chromiumoxide) from 0.5.1 to 0.5.3. - [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 | 26 ++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dba015b..d3f8ae3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "async-tungstenite" -version = "0.22.2" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce01ac37fdc85f10a43c43bc582cbd566720357011578a935761075f898baf58" +checksum = "a1e9efbe14612da0a19fb983059a0b621e9cf6225d7018ecab4f9988215540dc" dependencies = [ "futures-io", "futures-util", @@ -177,9 +177,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chromiumoxide" -version = "0.5.1" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f4d033a44aa99305af8e3a4c7280463555fe56e03c5ca4bb8d0f9f227ec8d0d" +checksum = "f5258a072a786870d88feb095aebeec5cd0d37081b4e5b8671dbf3c13d773849" dependencies = [ "async-tungstenite", "base64", @@ -198,7 +198,7 @@ dependencies = [ "tracing", "url", "which", - "winreg", + "winreg 0.51.0", ] [[package]] @@ -953,7 +953,7 @@ dependencies = [ "wasm-bindgen-futures", "web-sys", "webpki-roots", - "winreg", + "winreg 0.50.0", ] [[package]] @@ -1299,9 +1299,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "tungstenite" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", "bytes", @@ -1583,3 +1583,13 @@ dependencies = [ "cfg-if", "windows-sys", ] + +[[package]] +name = "winreg" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" +dependencies = [ + "cfg-if", + "windows-sys", +] diff --git a/Cargo.toml b/Cargo.toml index 954b7cd..29eab1c 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.27.0", features = ["full"] } -chromiumoxide = { version = "0.5.0", features = ["tokio-runtime"], default-features = false } +chromiumoxide = { version = "0.5.3", features = ["tokio-runtime"], default-features = false } futures = "0.3.28" clap = { version = "4.4.6", features = ["derive", "string"] } columns = "0.1.0" From 447c3a946a4234024235901545d484028b089b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 03:17:14 +0000 Subject: [PATCH 2/2] build(deps): bump tokio from 1.32.0 to 1.33.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... 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 d3f8ae3..a0c3250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,9 +1201,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 29eab1c..e5a9f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["accessibility", "web-programming", "command-line" ] [dependencies] url = "2.4.1" reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] } -tokio = { version = "1.27.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } chromiumoxide = { version = "0.5.3", features = ["tokio-runtime"], default-features = false } futures = "0.3.28" clap = { version = "4.4.6", features = ["derive", "string"] }