From 958427e065a58fe44654ef307808c759de1693bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:09:22 +0200 Subject: [PATCH 1/2] chore: Bump fantoccini from 0.19.3 to 0.21.2 (#1506) Bumps [fantoccini](https://github.com/jonhoo/fantoccini) from 0.19.3 to 0.21.2. - [Commits](https://github.com/jonhoo/fantoccini/compare/v0.19.3...v0.21.2) --- updated-dependencies: - dependency-name: fantoccini dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 36 +++++++++++++++++++++++++----------- core/Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0358edab..4d397d6de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,6 +430,16 @@ name = "cookie" version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" +dependencies = [ + "time", + "version_check", +] + +[[package]] +name = "cookie" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" dependencies = [ "percent-encoding", "time", @@ -741,18 +751,21 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "fantoccini" -version = "0.19.3" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f0fbe245d714b596ba5802b46f937f5ce68dcae0f32f9a70b5c3b04d3c6f64" +checksum = "dd52b63e98251013cd5a9e881b9d460fc530e5df4eec58930c9694d6497c53e5" dependencies = [ - "base64 0.13.1", - "cookie", + "base64 0.22.1", + "cookie 0.18.1", "futures-core", "futures-util", - "http 0.2.12", - "hyper 0.14.29", - "hyper-tls 0.5.0", + "http 1.1.0", + "http-body-util", + "hyper 1.3.1", + "hyper-tls 0.6.0", + "hyper-util", "mime", + "openssl", "serde", "serde_json", "time", @@ -3662,18 +3675,19 @@ dependencies = [ [[package]] name = "webdriver" -version = "0.46.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9973cb72c8587d5ad5efdb91e663d36177dc37725e6c90ca86c626b0cc45c93f" +checksum = "144ab979b12d36d65065635e646549925de229954de2eb3b47459b432a42db71" dependencies = [ - "base64 0.13.1", + "base64 0.21.7", "bytes", - "cookie", + "cookie 0.16.2", "http 0.2.12", "log", "serde", "serde_derive", "serde_json", + "thiserror", "time", "unicode-segmentation", "url", diff --git a/core/Cargo.toml b/core/Cargo.toml index d0653bab4..09a0cd6ba 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -17,7 +17,7 @@ async-native-tls = { version = "0.4", default-features = false } async-recursion = "1.0.5" async-smtp = { version = "0.6.0", features = ["socks5"] } chrono = "0.4.31" -fantoccini = { version = "0.19.3", optional = true } +fantoccini = { version = "0.21.2", optional = true } futures = { version = "0.3.30", optional = true } fast-socks5 = "0.9.2" hickory-proto = "0.24.0" From 41ad9e61c006918b5474ae92194c2dbcba86e19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:56:42 +0200 Subject: [PATCH 2/2] chore: Bump mailchecker from 6.0.5 to 6.0.9 (#1512) Bumps [mailchecker](https://github.com/FGRibreau/mailchecker) from 6.0.5 to 6.0.9. - [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md) - [Commits](https://github.com/FGRibreau/mailchecker/compare/v6.0.5...v6.0.9) --- updated-dependencies: - dependency-name: mailchecker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d397d6de..5537fe66c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1679,9 +1679,9 @@ dependencies = [ [[package]] name = "mailchecker" -version = "6.0.5" +version = "6.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37614f18c61fd8d4a025bc82775f4b435d8e025d6ac499af42451356f985ac97" +checksum = "82d0836de021122d117987516c2c5b917e69d98b78517b777455da2ffb2e60a0" dependencies = [ "fast_chemail", "once_cell", diff --git a/core/Cargo.toml b/core/Cargo.toml index 09a0cd6ba..0ce4fef36 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -24,7 +24,7 @@ hickory-proto = "0.24.0" hickory-resolver = "0.24.0" levenshtein = "1.0.5" log = "0.4.22" -mailchecker = "6.0.1" +mailchecker = "6.0.9" md5 = "0.7.0" once_cell = "1.19.0" pwned = "0.5.0"